Skip to content

Commit

Permalink
ci: add spell-checker-filename (#1079)
Browse files Browse the repository at this point in the history
- closed #770
  • Loading branch information
SevereCloud authored Feb 3, 2025
1 parent a76c799 commit 42c026a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,12 @@ jobs:

- name: Install dependencies
run: YARN_ENABLE_SCRIPTS=false yarn install --immutable --check-cache --check-resolutions

lint:
runs-on: ubuntu-latest
name: Check typo
steps:
- name: Checkout
uses: VKCOM/gh-actions/shared/spell-checker-filename@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 42c026a

Please sign in to comment.