Skip to content

Merge branch 'main' into dependabot/github_actions/gittools/actions-3… #930

Merge branch 'main' into dependabot/github_actions/gittools/actions-3…

Merge branch 'main' into dependabot/github_actions/gittools/actions-3… #930

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