Skip to content

Commit

Permalink
added exception file
Browse files Browse the repository at this point in the history
Signed-off-by: Pratiksha Sankhe <[email protected]>
  • Loading branch information
psankhe28 committed Oct 13, 2024
1 parent 3ea2596 commit b9555bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: "--exclude deployment/config.yaml"
config: ../../.pre-commit-config.yaml

semantic-pr:
name: Semantic PR title
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ repos:
- id: mixed-line-ending
args: [--fix=auto]
- id: trailing-whitespace
exclude: deployment/config.yaml
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
hooks:
Expand Down

0 comments on commit b9555bc

Please sign in to comment.