awesome-neovim/.github/workflows/typos.yml
2022-06-13 08:34:29 +00:00

13 lines
215 B
YAML

name: Typos
on: [pull_request]
jobs:
run:
name: Check for typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crate-ci/typos@master
with:
files: ./README.md