Skip to content

build(deps): bump cycjimmy/semantic-release-action from 5.0.2 to 6.0.0 #22

build(deps): bump cycjimmy/semantic-release-action from 5.0.2 to 6.0.0

build(deps): bump cycjimmy/semantic-release-action from 5.0.2 to 6.0.0 #22

Workflow file for this run

name: Lint Commits
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: lint-commits-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
lint-commits:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- name: Lint commit messages
uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
with:
configFile: commitlint.config.cjs