Skip to content

chore(2.x): release 2.10.0 #37

chore(2.x): release 2.10.0

chore(2.x): release 2.10.0 #37

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- 2.x
name: 🔍 Integration
jobs:
lint-commits:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: 📦 Check out the codebase
uses: actions/[email protected]
# See: https://github.com/wagoid/commitlint-github-action
- name: 🧐 Lint commits using "commitlint"
uses: wagoid/[email protected]
with:
configFile: ${{ github.workspace }}/.github/commitlint.config.mjs
failOnWarnings: false
failOnErrors: true
helpURL: 'https://github.com/conventional-changelog/commitlint/#what-is-commitlint'