plausible-hosting/.github/workflows/spellcheck.yml

22 lines
378 B
YAML
Raw Normal View History

2024-07-22 01:38:51 -05:00
name: spellcheck
on:
pull_request:
push:
branches: [master]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master