Skip to content

Commit

Permalink
fix: workflow yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Molaryy committed Oct 26, 2024
1 parent dac813f commit 433f13e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Spell checker
uses: actions/checkout@v3
uses: rojopolis/spellcheck-github-actions@v0
name: Spellcheck
with:
source_files: $(find . -type f -name "*.md" -print)
task_name: Markdown

0 comments on commit 433f13e

Please sign in to comment.