Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/pages/undici-5.28.4 #960

Merge branch 'main' into dependabot/npm_and_yarn/pages/undici-5.28.4

Merge branch 'main' into dependabot/npm_and_yarn/pages/undici-5.28.4 #960

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@v3