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 16c0e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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
2 changes: 1 addition & 1 deletion example/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
environment:
AUTH_ENABLED: 0
ENVIRONMENT: local
RESET_DATA_SOURCE: off
# RESET_DATA_SOURCE: off
MONGO_USERNAME: maf
MONGO_PASSWORD: xd7wCEhEx4kszsecYFfC
SECRET_KEY: sg9aeUM5i1JO4gNN8fQadokJa3_gXQMLBjSGGYcfscs= # Don't reuse this in production...
Expand Down

0 comments on commit 16c0e06

Please sign in to comment.