Skip to content

ci: change commitlint footer-max-line-length to warning level to allow long url in messages #9

ci: change commitlint footer-max-line-length to warning level to allow long url in messages

ci: change commitlint footer-max-line-length to warning level to allow long url in messages #9

Workflow file for this run

---
name: super-linter
on:
pull_request:
branches: [main]
permissions: {}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout with history
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run super-linter
uses: super-linter/super-linter/[email protected]
env:
# super-linter configurations
MULTI_STATUS: false
SUPPRESS_POSSUM: true
VALIDATE_ALL_CODEBASE: false
# language configurations
VALIDATE_CLANG_FORMAT: true
VALIDATE_MARKDOWN: true
VALIDATE_YAML: true
# misc configurations
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
VALIDATE_GIT_COMMITLINT: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_GITLEAKS: true