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 4445bb0 commit 443e62eCopy full SHA for 443e62e
.github/workflows/ci-turbo-build.yml
@@ -9,13 +9,18 @@ on:
9
- "**/package.json"
10
- "**/package-lock.json"
11
- "**/tsconfig.json"
12
+ - ".github/workflows/ci-turbo-build.yml"
13
push:
14
branches: [main]
15
jobs:
16
build:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
21
+ with:
22
+ toolchain: 1.81.0
23
+ - uses: Swatinem/rust-cache@v2
24
- uses: actions/setup-node@v4
25
with:
26
node-version-file: "package.json"
.github/workflows/ci-turbo-test.yml
@@ -9,6 +9,7 @@ on:
+ - ".github/workflows/ci-turbo-test.yml"
0 commit comments