Skip to content

add Civo Navigate NA 2025 John's talk #44

add Civo Navigate NA 2025 John's talk

add Civo Navigate NA 2025 John's talk #44

Workflow file for this run

name: Check Commit Messages
on: push
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Lint the commits
uses: wagoid/commitlint-github-action@v5
with:
configFile: .commitlint.json
failOnWarnings: true