Skip to content

Commit

Permalink
Create spellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai authored Nov 6, 2024
1 parent c992841 commit dff6f11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Spellcheck Action
on:
- push
- pull_request

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@v0
name: Spellcheck

0 comments on commit dff6f11

Please sign in to comment.