File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Test
1+ name : Checks
22
33on : pull_request
44
55permissions : read-all
66
77jobs :
8- test -template :
8+ check -template :
99 runs-on : ubuntu-latest
1010 steps :
1111 # This is a useful security step to check for unexpected outbound calls from the runner,
@@ -26,13 +26,13 @@ jobs:
2626 - name : Install justfile
2727 run : uv tool install rust-just
2828
29- # Set this user so that the tests create Git commits.
29+ # Set this user so that the checks create Git commits.
3030 - name : Set bot user
3131 run : |
3232 git config --global user.name "github-actions[bot]"
3333 git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3434
35- - name : Test and check template creation
35+ - name : Check template creation
3636 run : just test-all
3737
3838 check-typos :
5151 - name : Spell check repo
5252 uses : crate-ci/typos@cf5f1c29a8ac336af8568821ec41919923b05a83 # v1.45.1
5353
54- test -website-build :
54+ check -website-build :
5555 runs-on : ubuntu-latest
5656 steps :
5757 # This is a useful security step to check for unexpected outbound calls from the runner,
6767 - name : Set up Quarto
6868 uses : quarto-dev/quarto-actions/setup@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
6969
70- # Test that the website builds, but don't publish it
70+ # Check that the website builds, but don't publish it
7171 - name : Render Quarto Project
7272 uses : quarto-dev/quarto-actions/render@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
7373
You can’t perform that action at this time.
0 commit comments