on:
push:
branches:
pull_request:
name: Codespell
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
skip: "tests,.git"
ignore_words_list: "ser,Controle,controle,crate"