Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
zolinthecow committed Aug 10, 2024
1 parent 02cb979 commit 45475e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
run_install: |
- recursive: false
args: [--frozen-lockfile, --strict-peer-depedencies]

- name: Install dependencies
uses: |
pnpm install
- name: Run Biome check
run: pnpm exec biome check .

0 comments on commit 45475e3

Please sign in to comment.