Skip to content

Commit

Permalink
Update alz-bicep-pr2-lint.yml (#665)
Browse files Browse the repository at this point in the history
exclude `upstream-releases` from linting.

See: #660
  • Loading branch information
baartch authored Oct 23, 2023
1 parent b5718e0 commit 9789757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accelerator/.github/workflows/alz-bicep-pr2-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
VALIDATE_POWERSHELL: true
VALIDATE_YAML: true
VALIDATE_EDITORCONFIG: true
FILTER_REGEX_EXCLUDE: ".*generateddocs/.*.bicep.md"
FILTER_REGEX_EXCLUDE: ".*upstream-releases/*|.*generateddocs/.*.bicep.md"

0 comments on commit 9789757

Please sign in to comment.