Skip to content

🚀 gha: bump fsfe/reuse-action from 4 to 5 #305

🚀 gha: bump fsfe/reuse-action from 4 to 5

🚀 gha: bump fsfe/reuse-action from 4 to 5 #305

Workflow file for this run

---
# SPDX-FileCopyrightText: Jef LeCompte
#
# SPDX-License-Identifier: MIT
#
name: Pull Request Linter
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
lint-pr:
name: Lint pull request title
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint pull request title
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}