Skip to content

Commit e9873c0

Browse files
Merge pull request #12609 from nextcloud/ci/noid/fix-spelling-action
ci: Fix spelling action to ignore SVGs
2 parents ddfe060 + fcb04d1 commit e9873c0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/codespell.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
runs-on: self-hosted
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
with:
17+
persist-credentials: false
18+
1619
- name: Check spelling
17-
uses: codespell-project/actions-codespell@v2
20+
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
21+
with:
22+
skip: '**.svg'

0 commit comments

Comments
 (0)