Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/librecode-workflows.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ c0ee0d2b3c434ca23fd9a193e2b299069bb5e6e515206777cc1a48a738acd1d6 lint-info-xml.y
6345f300e88d31191c57d883288758e507bcc7e62f8122f19ff709134e2dbf7f npm-build.yml
0482325e4d13ef40e01fe6f332763450a753d0c6780b703e7404f7c9472634ec openapi.yml
62f9112cda90b3ebe60b4d943cbd9b32aec668394086567e5dfa2d5e0a3d3918 psalm.yml
54c9ba08a6b0e4b41dd9772f99dc8a1a8d512c0ec02d19da77a1b5dc06eb818a reuse.yml
34cc4263bdaeb34b0e0e0c9878314e745cda91da5f13a6c38f9d21cf14230d8e reuse.yml
27 changes: 7 additions & 20 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
# This workflow is maintained by LibreCodeCoop/github-workflows and published
# through the LibreCodeCoop organization workflow catalog.
# Managed by LibreCode workflow synchronization; local edits are treated as divergence.
#
# https://github.com/LibreCodeCoop/github-workflows
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
# SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0
# This workflow is published through the LibreCode organization catalog.
# Implementation: LibreCodeCoop/github-workflows

name: REUSE Compliance Check

on: [pull_request]
on: pull_request

permissions:
contents: read

jobs:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false

- name: REUSE Compliance Check
uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0
reuse:
uses: LibreCodeCoop/github-workflows/.github/workflows/reuse.yml@5c8e231dae8e4fa1764fe84b552c48f45b6d39e8
Loading