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 b9aa50e commit a5cbd5aCopy full SHA for a5cbd5a
.github/workflows/continuous-integration-rust.yml
@@ -12,19 +12,20 @@ jobs:
12
steps:
13
- uses: actions/[email protected]
14
15
- - uses: actions-rs/toolchain@v1
+ # https://github.com/actions-rs/toolchain
16
+ - uses: actions-rs/[email protected]
17
with:
18
toolchain: stable
19
- # https://github.com/actions-rs/cargo
20
- - uses: actions-rs/cargo@v1
+ # https://github.com/actions-rs/clippy-check
21
+ - uses: actions-rs/clippy-check@v1.0.7
22
- command: clippy
23
+ token: ${{ secrets.GITHUB_TOKEN }}
24
args: --manifest-path src/ya-comiste-rust/Cargo.toml
25
26
# https://github.com/actions-rs/cargo
27
- name: Run all tests
- uses: actions-rs/cargo@v1
28
+ uses: actions-rs/cargo@v1.0.1
29
30
command: test
31
0 commit comments