blob: 2cb969f35a096f29a43cbd4dca9d7e22de6f7a8a [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
- 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