1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-02 11:12:47 +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

@@ -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