Skip to content

Commit

Permalink
Changed biome linting to checking
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu authored Jul 23, 2024
1 parent 3e1ea17 commit 13b7e08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/biome.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BiomeLint
name: BiomeCheck

on:
push:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
biome:
name: Run biome linting
name: Run biome checking
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -23,5 +23,5 @@ jobs:
- name: Install Biome
run: npm install -g @biomejs/biome

- name: Run Biome Lint
run: biome lint --write src/
- name: Run Biome Check
run: biome check --write src/

0 comments on commit 13b7e08

Please sign in to comment.