Remove script only used in CI

This commit is contained in:
Joseph Garrone
2024-06-29 19:41:36 +02:00
parent e5765cb902
commit 51a45b355d
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v4
- uses: bahmutov/npm-install@v1
- name: If this step fails run 'npm run format' then commit again.
run: npm run format:check
run: npm run _format --list-different
test:
runs-on: ${{ matrix.os }}
needs: test_lint