added workflow file

This commit is contained in:
Mathias Stuhlmacher 2021-10-11 20:24:28 +02:00
parent e21794b118
commit a16b41bcab

14
.github/workflows/lint_readme.yml vendored Normal file
View File

@ -0,0 +1,14 @@
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