We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226cb3c commit bf1c26cCopy full SHA for bf1c26c
.github/workflows/pr_pre-commit.yml
@@ -19,6 +19,11 @@ jobs:
19
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 #v30
20
with:
21
github_access_token: ${{ secrets.GITHUB_TOKEN }}
22
+ - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
23
+ with:
24
+ node-version: 18
25
+ cache: yarn
26
+ - run: yarn install --frozen-lockfile
27
- uses: stackabletech/actions/run-pre-commit@9bd13255f286e4b7a654617268abe1b2f37c3e0a # v0.3.0
28
29
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
0 commit comments