1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-19 13:02:22 +02:00

one more attempt at excluding dist from codespell

This commit is contained in:
Hakim El Hattab
2025-05-09 14:18:04 +02:00
parent 18c9cc527c
commit 7103c20916
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,package-lock.json,*.css,.codespellrc,/dist*
skip = ./.git,./dist,.package-lock.json,*.css,.codespellrc
check-hidden = true
# Ignore super long lines -- must be minimized etc, acronyms
# and some near hit variables

View File

@@ -22,4 +22,4 @@ jobs:
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
skip: .git*,package-lock.json,*.css,.codespellrc,/dist*
skip: ./.git,./dist,.package-lock.json,*.css,.codespellrc