Skip to content

Workflow file for this run

name: Typos
permissions:
contents: read
on:
pull_request:
push:
env:
CLICOLOR: 1
jobs:
typos:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Spell Check Haskell
uses: crate-ci/[email protected]
with:
files: **.hs

Check failure on line 27 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 27
config: .typos.toml