Skip to content

fix(gha)(deps): bump the github-actions group across 1 directory with 25 updates #412

fix(gha)(deps): bump the github-actions group across 1 directory with 25 updates

fix(gha)(deps): bump the github-actions group across 1 directory with 25 updates #412

Workflow file for this run

---
# SPDX-FileCopyrightText: Jef LeCompte
#
# SPDX-License-Identifier: MIT
#
name: Pull Request Linter
on:
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@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.1.5
- name: Lint pull request title
uses: matthiashermsen/lint-pull-request-title@49458c35f9eeaaad64abfb7b1def719350b6a755 # v1.0.0
with:
allowed-pull-request-types: chore,feat,fix