Skip to content

Commit

Permalink
Create spellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko committed Jan 9, 2024
1 parent e474b9b commit 2c4769f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Spellcheck Action
on: push

jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.35.0
name: Spellcheck
with:
source_files: README.md CHANGELOG.md notes/Notes.md
task_name: Markdown

0 comments on commit 2c4769f

Please sign in to comment.