Skip to content

Commit

Permalink
[Common] change codespell settings
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Aug 18, 2023
1 parent 70c6fde commit b759aaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- master
- staged
pull_request: {}
workflow_dispatch: {}

env:
NODE_OPTIONS: --max_old_space_size=5120
Expand All @@ -21,4 +20,4 @@ jobs:
with:
check_hidden: true
check_filenames: true
skip: package-lock.json,node_modules
skip: *.yml,package-lock.json,node_modules

0 comments on commit b759aaf

Please sign in to comment.