Skip to content

chore(deps): update pre-commit hook antonbabenko/pre-commit-terraform to v1.103.0 #99

chore(deps): update pre-commit hook antonbabenko/pre-commit-terraform to v1.103.0

chore(deps): update pre-commit hook antonbabenko/pre-commit-terraform to v1.103.0 #99

Workflow file for this run

name: Lint Commit Messages
permissions: read-all
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
with:
configFile: "./.github/commitlint.config.mjs"