Skip to content

Commit

Permalink
give oxlint perms
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 committed Oct 10, 2024
1 parent ef968a8 commit 2240814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/www-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: deno install
- name: Check
working-directory: www
run: deno run npm:oxlint@latest
run: deno run --allow-all npm:oxlint@latest

format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2240814

Please sign in to comment.