aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-01-30 12:58:14 +0000
committerstonedDiscord <Tukz@gmx.de>2025-01-30 12:58:14 +0000
commit66a002e9324c900fe9b3630eec6be25572bd00af (patch)
tree4674f384b55e4dca9add44e409ab2518a807bd57 /.github
parent3df5bd8198fe8ae56f473e5d6a409fe1476c81cc (diff)
FUCK this bot
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format.yml23
1 files changed, 0 insertions, 23 deletions
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