From cf158fd6ea3e80df750cbc8a61f89fe0cbe08829 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:29:30 -0500 Subject: [PATCH] CI: use --ignore-scripts during the setup job (#37) * CI: use --ignore-scripts during the setup job * heh --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e388032..4683e8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"