Skip to content

Commit

Permalink
CI: use --ignore-scripts during the setup job (#37)
Browse files Browse the repository at this point in the history
* CI: use --ignore-scripts during the setup job

* heh
  • Loading branch information
NullVoxPopuli authored Jan 8, 2024
1 parent 4b092e5 commit cf158fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
with:
# Future installations will run "prepare"
# and this job doesn't need to
args: '--ignore-scripts'

lint:
name: "Lints"
Expand Down

0 comments on commit cf158fd

Please sign in to comment.