Skip to content

Commit

Permalink
add spellcheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
vsey committed Jul 20, 2024
1 parent 5e40c72 commit d3ca855
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Spellcheck Action

# When should this action be run?
on: push

jobs:
build:
# Name of this job
name: Spellcheck
# Which container / platform to run on?
runs-on: ubuntu-latest
# The different steps in this job
steps:
# These can either be direct commands or use existing actions
# https://github.com/actions/checkout/tree/v3/
- uses: actions/checkout@v3
# https://github.com/rojopolis/spellcheck-github-actions/tree/v0/
- uses: rojopolis/spellcheck-github-actions@v0
name: Spellcheck

0 comments on commit d3ca855

Please sign in to comment.