2024-03-14 09:47:13 +01:00
|
|
|
# SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
|
2024-03-07 21:36:57 +01:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
name: REUSE Compliance Check
|
2024-03-17 20:16:27 +01:00
|
|
|
permissions:
|
|
|
|
contents: read
|
2024-03-07 21:36:57 +01:00
|
|
|
|
|
|
|
on: [push, pull_request]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
test:
|
2024-03-14 09:47:13 +01:00
|
|
|
runs-on: ubuntu-latest
|
2024-03-07 21:36:57 +01:00
|
|
|
steps:
|
2024-03-17 23:22:53 +01:00
|
|
|
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
|
2024-03-07 21:36:57 +01:00
|
|
|
- name: REUSE Compliance Check
|
2024-11-14 21:07:34 +01:00
|
|
|
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
|