mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-16 16:07:43 +00:00
fix: Exclude javascript files from codespell check
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -19,4 +19,4 @@ jobs:
|
||||
- name: Check spelling
|
||||
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
|
||||
with:
|
||||
skip: '**.svg'
|
||||
skip: '**.svg,**.js'
|
||||
|
Reference in New Issue
Block a user