From 615862dde865fe54ad2f49e543b0fc3c0d708e7c Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Sat, 28 Jan 2023 10:07:33 +0100 Subject: [PATCH] ci: add codespell to the workflow --- .github/workflows/codespell.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/codespell.yml diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml new file mode 100644 index 000000000..b615bc76d --- /dev/null +++ b/.github/workflows/codespell.yml @@ -0,0 +1,22 @@ +name: Codespell + +on: + push: + branches: + - main + pull_request: + +permissions: read-all + +jobs: + codespell: + name: Codespell + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: codespell-project/actions-codespell@v1 + with: + check_filenames: true + check_hidden: true + skip: target,.jj + ignore_words_list: crate,nd,nD