diff options
| -rw-r--r-- | .github/workflows/format.yml | 23 |
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 |
