mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-29 22:29:21 +00:00
refactor: Add license information to files (#3093)
This commit is contained in:
16
.github/workflows/reuse.yml
vendored
Normal file
16
.github/workflows/reuse.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
Reference in New Issue
Block a user