Skip to content

Commit

Permalink
removed Spell check and Shell Check
Browse files Browse the repository at this point in the history
  • Loading branch information
brnaba-aws committed Jul 25, 2024
1 parent 7730e6f commit 393421c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/run-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:
run: npm install
- name: Run linting
run: npm run lint
- name: Spell check
uses: streetsidesoftware/cspell-action@4dc9d4bdf3974ed26d6f2e973c1e168edff47d80
with:
files: '**/*.{md,ts}'
strict: true
check_dot_files: true
incremental_files_only: false
config: 'cspell.config.yml'
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@cd81f4475ab741e097ec0fe73b692f3e49d66b8c
with:
scandir: '.'
ignore_paths: >-
node_modules
.husky
# - name: Spell check
# uses: streetsidesoftware/cspell-action@4dc9d4bdf3974ed26d6f2e973c1e168edff47d80
# with:
# files: '**/*.{md,ts}'
# strict: true
# check_dot_files: true
# incremental_files_only: false
# config: 'cspell.config.yml'
# - name: Run ShellCheck
# uses: ludeeus/action-shellcheck@cd81f4475ab741e097ec0fe73b692f3e49d66b8c
# with:
# scandir: '.'
# ignore_paths: >-
# node_modules
# .husky

0 comments on commit 393421c

Please sign in to comment.