Ver Fonte

ci: also nightly style job

Philipp Schuster há 2 anos atrás
pai
commit
8ee2b3f2d2
1 ficheiros alterados com 9 adições e 0 exclusões
  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