Move scripted checks to own CI job
This commit is contained in:
parent
b325f14de0
commit
26e7f2cdba
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ language: rust
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- language: nix
|
||||||
|
script:
|
||||||
|
- bash ./scripts/find-dead-symlinks
|
||||||
|
- bash ./scripts/license-headers-updated
|
||||||
|
- bash ./scripts/branch-contains-no-tmp-commits
|
||||||
- language: rust
|
- language: rust
|
||||||
rust: 1.23.0
|
rust: 1.23.0
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in a new issue