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 9d6c113 commit f5dcfe1Copy full SHA for f5dcfe1
.github/workflows/advisiores.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- name: install cargo deny
12
run: cargo install --locked cargo-deny
13
- name: check advisories
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
21
22
23
- name: Build
24
run: cargo build --release
25
- name: Upload build artifacts
.github/workflows/clippy.yml
- name: add cargo clippy
run: rustup component add clippy
- name: test
0 commit comments