Skip to content

add video

add video #87

Workflow file for this run

name: Spellcheck Action
on: push
permissions:
contents: read
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.59.0
name: Spellcheck