This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Include warning about repository archival #514
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Spellcheck" | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- '**.sh' | |
pull_request: | |
paths-ignore: | |
- '**.sh' | |
jobs: | |
check-spelling: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Check Spelling | |
uses: rojopolis/spellcheck-github-actions@0.42.0 | |
with: | |
config_path: .spellcheck.yaml | |
task_name: Markdown |