fix: write dnsprovider tokens via vault terraform #769
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Commit Messages | |
on: push | |
jobs: | |
commitlint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the code | |
uses: actions/checkout@main | |
with: | |
fetch-depth: 0 | |
- name: Lint the commits | |
uses: wagoid/commitlint-github-action@v5 | |
with: | |
configFile: .commitlint.json | |
failOnWarnings: true |