Skip to content

Commit

Permalink
feat: Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 10, 2024
1 parent 6f0b139 commit 260fe9f
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 @@ -32,4 +32,4 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true
GITHUB_ACTIONS_COMMAND_ARGS: -ignore 'property ".+" is not defined in object type'
GITHUB_ACTIONS_COMMAND_ARGS: -ignore 'property "^test-" is not defined in object type'

0 comments on commit 260fe9f

Please sign in to comment.