aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codespell.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 19ae6f34d..e39755dbd 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -2,13 +2,13 @@ name: Codespell
2 2
3on: 3on:
4 push: 4 push:
5 paths: 5 paths-ignore:
6 - 'src/**' 6 - 'm4/**'
7 - 'test/**' 7 - COPYING
8 pull_request: 8 pull_request:
9 paths: 9 paths-ignore:
10 - 'src/**' 10 - 'm4/**'
11 - 'test/**' 11 - COPYING
12 12
13permissions: # added using https://github.com/step-security/secure-workflows 13permissions: # added using https://github.com/step-security/secure-workflows
14 contents: read 14 contents: read