We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02548a9 commit 68c2860Copy full SHA for 68c2860
.github/workflows/lint.yml
@@ -10,6 +10,8 @@ env:
10
CARGO_TERM_COLOR: always
11
12
jobs:
13
+ toolchains:
14
+ uses: ./.github/workflows/toolchains.yml
15
clippy:
16
name: Run clippy on crates
17
runs-on: ubuntu-latest
.github/workflows/toolchains.yml
@@ -1,13 +1,9 @@
1
-name: Install toolchains
+# A helper reusable workflow to install all the toolchains.
2
3
-#on:
4
-# workflow_call:
+name: Install toolchains
5
6
on:
7
- pull_request:
8
- merge_group:
9
- push:
- branches: [main]
+ workflow_call:
install-toolchains:
0 commit comments