We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77053c commit 990bb29Copy full SHA for 990bb29
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - name: Rust Action
16
+ uses: icepuma/rust-action@1.42.0
17
- name: Check Formatting
18
run: cargo fmt -- --check
19
- name: Build the Docker image
0 commit comments