Skip to content

Commit

Permalink
update .github/workflows/biome-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 11, 2025
1 parent 0584158 commit f90b565
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/biome-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
lint:
runs-on: ubuntu-latest

permissions:
contents: read
issues: write
pull-requests: write

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -18,9 +23,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: |
npm install
run: npm install

- name: Run Biome Linter
run: |
npx @biomejs/biome format --write
run: npx @biomejs/format biome --write

0 comments on commit f90b565

Please sign in to comment.