Browse Source

ci: also nightly style job

Philipp Schuster 2 years ago
parent
commit
8ee2b3f2d2
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .github/workflows/rust.yml

+ 9 - 0
.github/workflows/rust.yml

@@ -80,3 +80,12 @@ jobs:
       rust-version: stable
       do-style-check: true
       do-test: false
+
+  style_nightly:
+    name: style (nightly)
+    needs: build_nightly
+    uses: ./.github/workflows/_build-rust.yml
+    with:
+      rust-version: nightly
+      do-style-check: true
+      do-test: false