We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96206d9 commit 87d5554Copy full SHA for 87d5554
.github/workflows/test-rust-examples.yml
@@ -14,7 +14,7 @@ jobs:
14
working-directory: ./examples/developer-hub-rust
15
steps:
16
- uses: actions/checkout@v4
17
-
+
18
- name: Install Rust toolchain
19
uses: dtolnay/rust-toolchain@stable
20
with:
@@ -25,9 +25,9 @@ jobs:
25
26
- name: Format with rustfmt
27
run: cargo fmt -- --check
28
29
- name: Lint with clippy
30
run: cargo clippy -- -D warnings
31
32
- name: Run tests
33
run: ./test.sh
0 commit comments