Skip to content

Commit c66a73a

Browse files
committed
ci: make a final ci-is-green job
1 parent 0988380 commit c66a73a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/CI.yml

+15-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ on:
66
- master
77

88
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+
923
style:
1024
runs-on: ubuntu-latest
1125
steps:
@@ -51,7 +65,7 @@ jobs:
5165
- uses: taiki-e/install-action@cargo-minimal-versions
5266
- run: cargo minimal-versions check
5367

54-
clippy_check:
68+
clippy:
5569
runs-on: ubuntu-latest
5670
steps:
5771
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)