Skip to content

fix(gha)(deps): bump the github-actions group with 5 updates #20

fix(gha)(deps): bump the github-actions group with 5 updates

fix(gha)(deps): bump the github-actions group with 5 updates #20

Workflow file for this run

---
# SPDX-FileCopyrightText: Jef LeCompte
#
# SPDX-License-Identifier: MIT
#
name: 'Pull Request Linter'
on: # yamllint disable-line rule:truthy
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
lint-pull-request-title:
name: 'Lint pull request title'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: '🧰 Checkout Source Code'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 'Lint pull request title'
uses: matthiashermsen/lint-pull-request-title@49458c35f9eeaaad64abfb7b1def719350b6a755 # v1.0.0
with:
allowed-pull-request-types: chore,feat,fix