fix: Exclude javascript files from codespell check

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2025-04-22 16:56:01 +02:00
parent ec8403c2e5
commit 44d4b2333e
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A

View File

@ -19,4 +19,4 @@ jobs:
- name: Check spelling
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
with:
skip: '**.svg'
skip: '**.svg,**.js'