We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f83b7 commit 4318d1cCopy full SHA for 4318d1c
.github/workflows/rust.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
- name: Build
17
run: cargo build
18
- name: Run tests
@@ -26,6 +26,6 @@ jobs:
26
format:
27
28
29
30
- name: Format Rust code
31
run: cargo fmt --all -- --check
0 commit comments