Skip to content

added spell check

added spell check #4

Workflow file for this run

name: Spellcheck Action
on:
pull_request:
push:
branches:
- humble
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/[email protected]
name: Spellcheck