Skip to content

Update CONTRIBUTING.md #4

Update CONTRIBUTING.md

Update CONTRIBUTING.md #4

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