mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-06 11:39:45 +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'
|