Newer
Older
stages:
- lint
- build
- test
- deploy
hlint:
stage: lint
tags:
- nix
- linux
script:
- cd obelisk
- nix-shell -p hlint --run "hlint -j ."
stages:
- lint
- build
- test
- deploy
hlint:
stage: lint
tags:
- nix
- linux
script:
- cd obelisk
- nix-shell -p hlint --run "hlint -j ."