Skip to content

Commit bce555c

Browse files
committed
ci: update checkout action to use main branch
1 parent 36099b4 commit bce555c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on: pull_request
44
#on: [pull_request, push]
55

66
jobs:
7-
name: Spelling
8-
on: [pull_request]
97
spelling:
108
name: Spell Check with Typos
119
runs-on: ubuntu-latest
1210
steps:
1311
- name: Checkout Actions Repository
14-
uses: actions/checkout@v4
12+
# uses: actions/checkout@v4
13+
uses: actions/checkout@main
1514
- name: Spell Check Repo
1615
uses: crate-ci/typos@master
1716
# typos:

0 commit comments

Comments
 (0)