Skip to content

Commit 08a2491

Browse files
committed
GHA: fix escaping in codespell job
Also ignore 'copyIn' method with codespell circa Debian 13.
1 parent 57b3682 commit 08a2491

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.ci-local/codespell.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
als
22
SLAC
33
slac
4+
copyIn

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
sudo apt-get update
2828
sudo apt-get -y install codespell
2929
- name: codespell
30-
run: git ls-files | grep -vE 'test|bundle|.ci|.\db' | xargs codespell -I .ci-local/codespell.dic
30+
run: git ls-files | grep -vE 'test|bundle|\.ci|\.db' | xargs codespell -I .ci-local/codespell.dic

0 commit comments

Comments
 (0)