Skip to content

Wreck havoc with more github workflows #1

Wreck havoc with more github workflows

Wreck havoc with more github workflows #1

Workflow file for this run

Check failure on line 1 in .github/workflows/typos.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/typos.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
on:
pull_request:
name: Spell checker
jobs:
typos:
name: Spell Check with typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master