mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
parent
6a74a91713
commit
c3ce89145d
1 changed files with 11 additions and 11 deletions
22
.github/workflows/ci.yaml
vendored
22
.github/workflows/ci.yaml
vendored
|
@ -16,19 +16,19 @@ env:
|
||||||
RUSTUP_MAX_RETRIES: 10
|
RUSTUP_MAX_RETRIES: 10
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
rust-audit:
|
# rust-audit:
|
||||||
name: Audit Rust vulnerabilities
|
# name: Audit Rust vulnerabilities
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout repository
|
# - name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: actions-rs/install@v0.1
|
# - uses: actions-rs/install@v0.1
|
||||||
with:
|
# with:
|
||||||
crate: cargo-audit
|
# crate: cargo-audit
|
||||||
use-tool-cache: true
|
# use-tool-cache: true
|
||||||
|
|
||||||
- run: cargo audit
|
# - run: cargo audit
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
name: Rust
|
name: Rust
|
||||||
|
|
Loading…
Reference in a new issue