Skip to content

Commit

Permalink
markdownlint and shellcheck on alle files
Browse files Browse the repository at this point in the history
  • Loading branch information
lindot11 committed Dec 1, 2023
1 parent 2b213fe commit b6e27d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ repos:
rev: v0.37.0
hooks:
- id: markdownlint
files: '^(client|servers/execution/runner|servers/lib)/.*\.md$'
files: '.*\.md$'
stages: [pre-commit]

- repo: https://github.com/syntaqx/git-hooks
rev: v0.0.18
hooks:
- id: shellcheck
files: '^(docs|deploy|script|ssl)/.*'
files: '.*'
stages: [pre-commit]

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit b6e27d5

Please sign in to comment.