Skip to content

Commit

Permalink
ci(linter): run commitlint in all commits (#675)
Browse files Browse the repository at this point in the history
The commitlint is not "linting" all commits in a PR.
Force commitlint to analyze all commits.

Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Dec 1, 2024
1 parent 9cbe1d4 commit c3f7ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
env:
ENABLE_COMMITLINT_STRICT_MODE: true
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
FROM_INTERVAL_COMMITLINT: HEAD~5
FILTER_REGEX_EXCLUDE: "^/github/workspace/snapcraft.yaml$" # Workaround for Prettier itself
FIX_JAVASCRIPT_PRETTIER: true
FIX_JSON_PRETTIER: true
Expand Down

0 comments on commit c3f7ec2

Please sign in to comment.