diff --git a/.github/workflows/markdown-check.yml b/.github/workflows/markdown-check.yml new file mode 100644 index 0000000..682b44b --- /dev/null +++ b/.github/workflows/markdown-check.yml @@ -0,0 +1,22 @@ +name: Markdown check + +on: + push: + branches: [ "main" ] + pull_request: + # branches: [ "main" ] + +#permissions: +# contents: read + +jobs: + build: + runs-on: ubuntu-latest + steps: + + - uses: actions/checkout@v4 + + - uses: rojopolis/spellcheck-github-actions@0.36.0 + name: GitHub Spellcheck Action + +