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 0988380 commit c66a73aCopy full SHA for c66a73a
.github/workflows/CI.yml
@@ -6,6 +6,20 @@ on:
6
- master
7
8
jobs:
9
+ ci-pass:
10
+ name: CI is green
11
+ runs-on: ubuntu-latest
12
+ needs:
13
+ - style
14
+ - test
15
+ - msrv
16
+ - minimal-versions
17
+ - clippy
18
+ - doc
19
+ steps:
20
+ - run: exit 0
21
+
22
23
style:
24
runs-on: ubuntu-latest
25
steps:
@@ -51,7 +65,7 @@ jobs:
51
65
- uses: taiki-e/install-action@cargo-minimal-versions
52
66
- run: cargo minimal-versions check
53
67
54
- clippy_check:
68
+ clippy:
55
69
56
70
57
71
- uses: actions/checkout@v4
0 commit comments