Skip to content

Commit 0a5b95c

Browse files
committed
Update pr-checks README
1 parent 77fc89c commit 0a5b95c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pr-checks/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ to one of the files in this directory.
66

77
## Updating workflows
88

9-
1. Install https://github.com/casey/just by whichever way you prefer.
10-
2. Run `just update-pr-checks` in your terminal.
9+
Run `./sync.sh` to invoke the workflow generator and re-generate the workflow files in `.github/workflows/` based on the templates in `pr-checks/checks/`.
1110

12-
### If you don't want to install `just`
11+
Alternatively, you can use `just`:
1312

14-
Manually run each step in the `justfile`.
13+
1. Install https://github.com/casey/just by whichever way you prefer.
14+
2. Run `just update-pr-checks` in your terminal.

0 commit comments

Comments
 (0)