Skip to content

Commit

Permalink
🚨 fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nrmnqdds committed Oct 5, 2024
1 parent 0f47a7f commit 9e1fc75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
with:
version: latest

- name: Import Sorting
run: biome check --write --unsafe .
# - name: Import Sorting
# run: biome check --write --unsafe .

- name: Format Code
run: biome format --write --unsafe .
run: biome format --write .

- name: Lint Code
run: biome lint .
run: biome lint --write --unsafe .

- name: Run Biome
run: biome ci .

0 comments on commit 9e1fc75

Please sign in to comment.