Skip to content

Commit

Permalink
fix: ignore openapi scheme files during workflow checks
Browse files Browse the repository at this point in the history
  • Loading branch information
YermekG committed Oct 24, 2024
1 parent 0efc83f commit 19bff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
VALIDATE_CPP: false
VALIDATE_CSHARP: false
VALIDATE_CLANG_FORMAT: false
FILTER_REGEX_EXCLUDE: .*/Web/index.js
FILTER_REGEX_EXCLUDE: '.*\/openapi\.json|.*\/Web\/index\.js'

0 comments on commit 19bff51

Please sign in to comment.