Skip to content

Commit

Permalink
chore(actions): configure GitHub Actions workflow for typos check
Browse files Browse the repository at this point in the history
Set up GitHub Actions to trigger on push and pull request events for the main branch.
  • Loading branch information
sebastianjnuwu authored Dec 22, 2024
1 parent 828ec4d commit 798ac1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Spell Check Action ✨🔤

on:
push:
branches:
- main
pull_request:

jobs:
Expand All @@ -19,4 +17,4 @@ jobs:
- name: Run Spelling Check 🔎
uses: crate-ci/typos@master
with:
config: ./typos.toml
config: ./typos.toml

0 comments on commit 798ac1f

Please sign in to comment.