Skip to content

Commit

Permalink
CI: remove custom biome step
Browse files Browse the repository at this point in the history
  • Loading branch information
soofstad committed Jan 9, 2024
1 parent f409168 commit d00312b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
- name: Install pre-commit
run: pip install pre-commit

- name: Setup Biome CLI
uses: biomejs/setup-biome@v1

- name: Run Biome
run: biome ci .

- name: Cache pre-commit environment
uses: actions/cache@v3
env:
Expand All @@ -33,7 +27,7 @@ jobs:
- name: Run pre-commit
env:
# These need node_modules, and will be covered in the build step anyway
SKIP: type_check_core,type_check_plugins,biome_check
SKIP: type_check_core,type_check_plugins
run: pre-commit run --all-files

tests:
Expand Down

0 comments on commit d00312b

Please sign in to comment.