mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-29 19:34:57 +01:00
460df3515a
Computer-generated files cannot be copyrighted, and .gitignore cannot be copyrighted as well. Example: https://reuse.software/faq/#bulk-license Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
21 lines
425 B
YAML
21 lines
425 B
YAML
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
---
|
|
name: REUSE Compliance Check
|
|
|
|
on: # yamllint disable-line rule:truthy
|
|
push:
|
|
pull_request:
|
|
|
|
jobs:
|
|
reuse-compliance-check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
|
|
- name: REUSE Compliance Check
|
|
uses: fsfe/reuse-action@v5
|