Skip to content

Resolve Workflow Issues #5

Resolve Workflow Issues

Resolve Workflow Issues #5

Workflow file for this run

---
# SPDX-FileCopyrightText: (c) Wagner Santos
#
# SPDX-License-Identifier: MIT
#
name: "Lint Commit Messages"
on: [pull_request] # yamllint disable-line rule:truthy
permissions:
actions: read
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
commitlint:
# Skip any PR created by dependabot to avoid permission issues:
if: (github.actor != 'dependabot[bot]')
runs-on: ubuntu-latest
steps:
- name: "🧰 Checkout"
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: "Check the commits"
uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6.0.1