diff --git a/.github/workflows/lint_readme.yml b/.github/workflows/lint_readme.yml new file mode 100644 index 0000000..c3359d3 --- /dev/null +++ b/.github/workflows/lint_readme.yml @@ -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