Skip to content

Commit

Permalink
Update spell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
youyyytrok authored Jan 23, 2025
1 parent 5a31681 commit 63e4316
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
name: Spell Check
name: Check links and Spell Check

on:
push:
branches:
- ci-spell
- '**'
pull_request:

branches:
- '**'

jobs:
check-links:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Check links
uses: lycheeverse/lychee-action@v2
with:
args: --no-progress --verbose "**/*.md" --verbose "**/*.mdx" --verbose "**/*.tsx" --verbose "**/*.rs" --verbose "**/*.ts"

spellcheck:
runs-on: ubuntu-latest

Expand All @@ -20,5 +34,5 @@ jobs:
- name: Run Codespell
run: |
codespell \
--ignore-words=.codespell-ignore \
--ignore-words=.codespellrc \
--skip="*.min.js,*.json,*.lock,*.bin,*.svg"

0 comments on commit 63e4316

Please sign in to comment.