Skip to content

spellcheck task add

spellcheck task add #5

Workflow file for this run

name: Spellcheck Action
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# Step 1: Checkout the repository
- name: Checkout code
uses: actions/checkout@v3
# Step 2: Run Spellcheck with default configuration
- name: Spellcheck
uses: rojopolis/[email protected]
with:
source_files: readme.md CONTRIBUTING.md
task_name: Markdown