awesome-incident-response/.github/workflows/lint_readme.yml
Mathias Stuhlmacher a16b41bcab added workflow file
2021-10-11 20:24:28 +02:00

15 lines
236 B
YAML

name: Lint Readme
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install codespell
- run: codespell