Skip to content

Commit

Permalink
ci: 👷 misspell 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefullight committed Jan 4, 2025
1 parent 990d67a commit 175bfb4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,3 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
fail_on_error: true

- name: Run misspell with Reviewdog
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
locale: "US"
reporter: github-pr-review
pattern: |
**/*
!pnpm-lock.yaml
!*.lock
!assets/*
exclude: |
pnpm-lock.yaml
*.lock
assets/*
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"legendapp",
"lucide",
"nativewind",
"reviewdog",
"roboto",
"SUPABASE",
"tailwind",
Expand Down
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"jasonnutter.vscode-codeowners",
"pflannery.vscode-versionlens",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"usernamehw.errorlens",
"wix.vscode-import-cost",
"YoavBls.pretty-ts-errors"
Expand Down

0 comments on commit 175bfb4

Please sign in to comment.