Skip to content

Commit 7add329

Browse files
committed
readme
1 parent 37626c7 commit 7add329

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,20 @@ On your github action:
5252
on:
5353
pull_request:
5454
push:
55-
branches: [main]
5655
jobs:
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

0 commit comments

Comments
 (0)