README.md: Update build badge

Using GitHub actions now
This commit is contained in:
Tony Arcieri
2019-10-07 21:20:30 -07:00
parent 4323de0de1
commit e949ed8762
2 changed files with 18 additions and 15 deletions

16
.github/workflows/validate.yml vendored Normal file
View 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