blob: 9978f04536fd8a463fbe65fdb940fcf70129f0ce [file] [log] [blame]
# GitHub Action to check our dictionary, this should only be used by the codespell project itself
# For general usage in your repo, see the example in codespell.yml
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
jobs:
make-check-dictionaries:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/sort-problem-matcher@v1
- run: make check-dictionaries
flake8-annotation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Flake8 with annotations
uses: TrueBrain/actions-flake8@v1.2