mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Remove redundant lint check from assign-ids (#1315)
This commit is contained in:
committed by
GitHub
parent
259257927a
commit
a6e020424c
3
.github/workflows/assign-ids.yml
vendored
3
.github/workflows/assign-ids.yml
vendored
@@ -35,9 +35,6 @@ jobs:
|
||||
echo "This prevents duplicate ID assignment due to a race between those jobs." >> .duplicate-id-guard
|
||||
ls -R . | sha256sum >> .duplicate-id-guard
|
||||
|
||||
- name: Lint advisories
|
||||
run: rustsec-admin lint
|
||||
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user