Skip to content

New file with spelling error #10

New file with spelling error

New file with spelling error #10

Workflow file for this run

name: PR
on:
pull_request:
push:
branches:
- main
# test with no permissions
permissions:
contents: none
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v7