From f415df137c18d5578f6603aa17fd18b1f61db836 Mon Sep 17 00:00:00 2001 From: IanCa Date: Mon, 22 Apr 2024 11:03:35 -0500 Subject: [PATCH] Test codespell --- .github/workflows/codespell.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index 9c6511f6..a1223abc 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -3,9 +3,9 @@ name: Codespell on: push: - branches: [develop] + branches: [*] pull_request: - branches: [develop] + branches: [*] permissions: contents: read diff --git a/pyproject.toml b/pyproject.toml index 1dde170f..c57cbf3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,4 +75,4 @@ hed = ["schema/schema_data/*.xml", "resources/*.png"] [tool.codespell] skip = '*.git,*.pdf,*.xml,*.mediawiki,*.svg,versioneer.py,venv*,*.tsv,*.yaml,*.yml,*.json,*.rdf,*.jsonld,spec_tests' -ignore-words-list = 'te,parms' +ignore-words-list = 'te'