mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-21 02:09:17 +00:00
17 lines
353 B
YAML
17 lines
353 B
YAML
# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
name: 📋 REUSE Compliance Check
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: REUSE Compliance Check
|
|
uses: fsfe/reuse-action@v4
|