From 18c9cc527c6b81537ffdcb8d95661eb5c63b41ea Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 9 May 2025 14:12:26 +0200 Subject: [PATCH] fix bad imports in examples, add codespell skip list to action --- .github/workflows/spellcheck.yml | 2 ++ examples/auto-animate.html | 2 +- examples/layout-helpers.html | 2 +- examples/multiple-presentations.html | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index a8a93282..932cd96b 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -21,3 +21,5 @@ jobs: uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2 + with: + skip: .git*,package-lock.json,*.css,.codespellrc,/dist* diff --git a/examples/auto-animate.html b/examples/auto-animate.html index bcc083a8..b285d692 100644 --- a/examples/auto-animate.html +++ b/examples/auto-animate.html @@ -12,7 +12,7 @@ - + diff --git a/examples/layout-helpers.html b/examples/layout-helpers.html index 30bfa2e1..cfda5232 100644 --- a/examples/layout-helpers.html +++ b/examples/layout-helpers.html @@ -12,7 +12,7 @@ - + diff --git a/examples/multiple-presentations.html b/examples/multiple-presentations.html index e441540a..d20cd4e9 100644 --- a/examples/multiple-presentations.html +++ b/examples/multiple-presentations.html @@ -12,7 +12,7 @@ - +