Skip to content

Commit 43b9115

Browse files
committed
ci: ✏️ rename to "check" not "test" [skip ci]
1 parent 8c3c6c6 commit 43b9115

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Test
1+
name: Checks
22

33
on: pull_request
44

55
permissions: read-all
66

77
jobs:
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:
@@ -51,7 +51,7 @@ jobs:
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,
@@ -67,7 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)