You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pr-checks/readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ to one of the files in this directory.
6
6
7
7
## Updating workflows
8
8
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/`.
11
10
12
-
### If you don't want to install `just`
11
+
Alternatively, you can use `just`:
13
12
14
-
Manually run each step in the `justfile`.
13
+
1. Install https://github.com/casey/just by whichever way you prefer.
0 commit comments