Skip to content

Commit

Permalink
ci: add spell check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Jul 24, 2024
1 parent 79b78f9 commit ed9edf4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: My Workflow

on: pull_request

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
with:
config: cspell.json
includes: |
**/*.{dart,md,mdxyaml,ts,tsx,js,jsx,json,yaml,yml}
!.dart_tool/**/*.{dart,yaml}
!node_modules/**/*
.*/**/*.yml
modified_files_only: false
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"ignorePaths": [
"node_modules/**",
".**/"
Expand Down

0 comments on commit ed9edf4

Please sign in to comment.