Skip to content

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

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

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

Workflow file for this run

---
# SPDX-FileCopyrightText: Jürgen Mülbert <juergen.muelbert@web.de>
#
# SPDX-License-Identifier: EUPL-1.2
name: REUSE Compliance Check
# yamllint disable
on:
# yamllint enable
push:
pull_request:
jobs:
ReuseCheck:
runs-on: ubuntu-latest
steps:
- name: "🧰 Checkout"
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5