Skip to content

Commit

Permalink
chore: ensuring the module validation is using the correct configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Nov 10, 2024
1 parent 66b6ed9 commit 1216828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-module-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
wget https://raw.githubusercontent.com/${{ inputs.cicd-repository }}/${{ inputs.cicd-branch }}/config/commitlint.config.js -O commitlint.config.js
- name: Run Commitlint
id: commitlint
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }}
run: npx commitlint --config commitlint.config.js --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }}

terraform-format:
name: "Terraform Format"
Expand Down

0 comments on commit 1216828

Please sign in to comment.