Skip to content

ci: Add spellcheck workflow #6

ci: Add spellcheck workflow

ci: Add spellcheck workflow #6

Workflow file for this run

name: Spellcheck
on:
pull_request: {}
push:
branches:
- master
env:
USER: root
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run spellcheck
run: |
make spellcheck