Skip to content

feat: create rigorous-and-deliberate workflow #28

feat: create rigorous-and-deliberate workflow

feat: create rigorous-and-deliberate workflow #28

Workflow file for this run

name: spellcheck
on:
workflow_call:
workflow_dispatch:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
- name: Install tool
run: npm install -g spellchecker-cli
- name: Run spellcheck
run: make spellcheck