Skip to content

Commit

Permalink
using npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyfayock committed Sep 9, 2024
1 parent 18f9467 commit ac3e678
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
# - name: Setup Biome
# uses: biomejs/setup-biome@v2
# with:
# version: latest
# - name: Run Biome
# run: biome ci src

- uses: actions/setup-node@v3
with:
version: latest
node-version: 20
- name: Install Dependencies
run: npm install
- name: Run Biome
run: biome ci src
run: npm run lint

0 comments on commit ac3e678

Please sign in to comment.