Skip to content

Commit

Permalink
ci: pin biome version
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 9, 2024
1 parent fb39f82 commit bde0281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Code check

on:
push:
pull_request:
branches: ["*"]

jobs:
quality:
Expand All @@ -12,7 +12,5 @@ jobs:
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "1.8.3",
"@hookform/devtools": "^4.3.0",
"@svgr/webpack": "^6.5.1",
"@types/color": "^3.0.3",
Expand Down

0 comments on commit bde0281

Please sign in to comment.