mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-03 01:56:41 +01:00
18 lines
262 B
YAML
18 lines
262 B
YAML
language: rust
|
|
cache: cargo
|
|
|
|
install: rustsec-admin version || cargo install rustsec-admin
|
|
|
|
# check that the advisory-db is well-formed
|
|
script: rustsec-admin lint
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
rust:
|
|
- stable
|
|
|
|
notifications:
|
|
irc: 'irc.mozilla.org#rustsec'
|