mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-19 01:46:04 +01:00
README.md: Update build badge
Using GitHub actions now
This commit is contained in:
16
.github/workflows/validate.yml
vendored
Normal file
16
.github/workflows/validate.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Validate
|
||||
|
||||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches: master
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install rustsec-admin
|
||||
run: cargo install rustsec-admin
|
||||
- name: Lint advisories
|
||||
run: rustsec-admin lint
|
||||
Reference in New Issue
Block a user