Skip to content

Commit 8ee2b3f

Browse files
committed
ci: also nightly style job
1 parent ff36c1e commit 8ee2b3f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/rust.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,12 @@ jobs:
8080
rust-version: stable
8181
do-style-check: true
8282
do-test: false
83+
84+
style_nightly:
85+
name: style (nightly)
86+
needs: build_nightly
87+
uses: ./.github/workflows/_build-rust.yml
88+
with:
89+
rust-version: nightly
90+
do-style-check: true
91+
do-test: false

0 commit comments

Comments
 (0)