mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 22:05:15 +00:00
GitHub actions update
This commit is contained in:
parent
cbe014fa2e
commit
9aa9fb9331
2 changed files with 10 additions and 4 deletions
7
.github/workflows/security-audit.yml
vendored
7
.github/workflows/security-audit.yml
vendored
|
|
@ -11,6 +11,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: icepuma/rust-action@master
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
args: cargo install cargo-audit && cargo audit || true && cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
components: rustfmt, clippy
|
||||
- run: cargo install cargo-audit && cargo audit || true && cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071
|
||||
|
|
|
|||
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
|
@ -8,6 +8,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: icepuma/rust-action@master
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
args: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
components: rustfmt, clippy
|
||||
- run: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue