Skip to content

add .github/workflows/doc-spelling.yml #1

add .github/workflows/doc-spelling.yml

add .github/workflows/doc-spelling.yml #1

Workflow file for this run

name: Spellcheck Action
on: push
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/[email protected]
name: Spellcheck
sources:
- '**/*.md'

Check failure on line 14 in .github/workflows/doc-spelling.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/doc-spelling.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
default_encoding: utf-8