diff --git a/.github/workflows/markdown.yaml b/.github/workflows/markdown.yaml index f83ece5c..f9f1ed6e 100644 --- a/.github/workflows/markdown.yaml +++ b/.github/workflows/markdown.yaml @@ -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