diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e7cac6..6600e9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: wyvox/action-setup-pnpm@v3 - - run: pnpm build - - run: pnpm i -f # re sync injected deps - name: "Verify that no manually needed fixes / violations are present" run: pnpm lint diff --git a/.github/workflows/pr-fixer.yml b/.github/workflows/pr-fixer.yml index a665548..91aab11 100644 --- a/.github/workflows/pr-fixer.yml +++ b/.github/workflows/pr-fixer.yml @@ -17,8 +17,6 @@ jobs: token: ${{ secrets.GH_PR_FIXER }} ref: ${{ github.head_ref }} - uses: wyvox/action-setup-pnpm@v3 - - run: pnpm build - - run: pnpm i -f # re sync injected deps ################################################### # Commit easily fixable things back to the branch