Skip to content

Commit

Permalink
feat: 🚑 fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonpete32 committed Oct 31, 2024
1 parent 3278335 commit 9eae8c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
- name: Run Biome Version
run: biome --verison
- name: Run Biome Lint
run: biome lint
- name: Run Biome Format
run: biome format

0 comments on commit 9eae8c2

Please sign in to comment.