File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,20 @@ On your github action:
5252on :
5353 pull_request :
5454 push :
55- branches : [main]
5655jobs :
57- flake-check :
58- name : nix flake check
56+ checkmate :
57+ name : checkmate
5958 runs-on : ubuntu-latest
6059 steps :
6160 - uses : cachix/install-nix-action@v30
62- - run : nix flake check -L github:vic/checkmate --override-input target github:$GITHUB_REPOSITORY/
63- $GITHUB_SHA
61+ - run : nix flake check -L github:vic/checkmate --override-input target github:$GITHUB_REPOSITORY/$GITHUB_SHA
6462` ` `
6563
66- As a fully working example, see:
64+ ### Examples
6765
66+ Some repos being tested with ` checkmate`:
67+
68+ - https://github.com/vic/checkmate
6869- https://github.com/vic/import-tree
6970- https://github.com/vic/flake-aspects
7071- https://github.com/vic/den
You can’t perform that action at this time.
0 commit comments