Skip to content

Commit

Permalink
ci: call biome without npx
Browse files Browse the repository at this point in the history
on-behalf-of: @porscheofficial <open_source_office@porsche.de>
Signed-off-by: Patrick Böder <78862895+pboeder@users.noreply.github.com>
  • Loading branch information
pboeder committed Nov 19, 2024
1 parent bacea42 commit 8af1457
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
node-version: '20'

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

- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
with:
version: latest

- name: Run Biome
run: npx biome ci src scripts
run: biome ci src scripts

0 comments on commit 8af1457

Please sign in to comment.