From 66a002e9324c900fe9b3630eec6be25572bd00af Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 30 Jan 2025 12:58:14 +0000 Subject: FUCK this bot --- .github/workflows/format.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/format.yml (limited to '.github') diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml deleted file mode 100644 index 76f475d..0000000 --- a/.github/workflows/format.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Formatting - -on: - push: - branches: - - master - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Node - uses: actions/setup-node@v4 - with: - node-version: '14' - cache: 'npm' - - name: Prettier Action - uses: creyD/prettier_action@v4.3 - with: - same_commit: false - prettier_options: --write **/*.json **/*.js **/*.ts **/*.html **/*.css **/*.md -- cgit