Check for invalid references on CI

This commit is contained in:
Alexander Bantyev 2020-06-08 19:32:25 +03:00
parent ed3f2dcbff
commit ae8a3752ef
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -69,6 +69,17 @@ test:
paths:
- coverage
xrefcheck:
extends: .nix
only:
- merge_requests
script:
# Should be replaced with
# nix run github:serokell/xrefcheck
# Once flakes roll out to stable
- nix run -f https://github.com/serokell/xrefcheck/archive/v0.1.1.2.tar.gz -c xrefcheck
# Strange race conditions, disable for now
.webide-e2e:
extends: .nix