mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-13 21:18:11 +01:00
13 lines
182 B
YAML
13 lines
182 B
YAML
language: rust
|
|
script: cargo run check # check that the advisory-db is well-formed
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
rust:
|
|
- stable
|
|
|
|
notifications:
|
|
irc: 'irc.mozilla.org#rustsec'
|