Skip to content

Commit

Permalink
build: update linter github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jul 9, 2024
1 parent a722de8 commit 57f2701
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Use Node.js
uses: actions/setup-node@v4

- name: Install dependencies
run: npm install --ignore-scripts

- name: Linter
run: npm run format:ci
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .

0 comments on commit 57f2701

Please sign in to comment.