Skip to content

Commit 798ac1f

Browse files
chore(actions): configure GitHub Actions workflow for typos check
Set up GitHub Actions to trigger on push and pull request events for the main branch.
1 parent 828ec4d commit 798ac1f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/spell-check.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Spell Check Action ✨🔤
22

33
on:
44
push:
5-
branches:
6-
- main
75
pull_request:
86

97
jobs:
@@ -19,4 +17,4 @@ jobs:
1917
- name: Run Spelling Check 🔎
2018
uses: crate-ci/typos@master
2119
with:
22-
config: ./typos.toml
20+
config: ./typos.toml

0 commit comments

Comments
 (0)