From 433f13e62be189046b7636b35d46a310a01ac4dc Mon Sep 17 00:00:00 2001 From: Molaryy Date: Sat, 26 Oct 2024 12:07:10 +0200 Subject: [PATCH] fix: workflow yaml syntax --- .github/workflows/markdown.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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