Skip to content

🚀 gha: bump fsfe/reuse-action from 2 to 4 #290

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

🚀 gha: bump fsfe/reuse-action from 2 to 4 #290

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 }}