Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
REUSE Compliance Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Apr 15, 2024
1 parent 1cc29cb commit f3121dd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/compilance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0

name: ⚖️ REUSE Compliance Check

on: [push, pull_request]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ⚖️ REUSE Compliance Check
uses: fsfe/reuse-action@v3
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ SPDX-License-Identifier: GPL-3.0-only
[![Writerside](https://img.shields.io/badge/Writerside-purple.svg?logo=jetbrains&logoColor=white)](https://www.jetbrains.com/es-es/writerside/)
[![Git](https://img.shields.io/badge/Git-E44C30?logo=git&logoColor=white)](https://en.wikipedia.org/wiki/Git)
[![GitHub Projects](https://img.shields.io/badge/GitHub_Projects-000000.svg?logo=github&logoColor=white)](https://github.com/TeenBiscuits/Pro2324/projects)
![Build](https://github.com/TeenBiscuits/Pro2324/actions/workflows/deploy.yml/badge.svg)
[![Web](https://img.shields.io/website?down_message=offline&up_message=online&label=Web&url=https%3A%2F%2Fteenbiscuits.github.io%2FPro2324%2Fpro2324.html)](https://teenbiscuits.github.io/Pro2324/pro2324.html)
[![Build](https://github.com/TeenBiscuits/Pro2324/actions/workflows/deploy.yml/badge.svg)](https://github.com/TeenBiscuits/Pro2324/actions/workflows/deploy.yml)
[![Web](https://img.shields.io/website?down_message=offline&up_message=online&label=Web&url=https%3A%2F%2Fteenbiscuits.github.io%2FPro2324%2Fpro2324.html)](https://teenbiscuits.github.io/Pro2324/inicio.html)
[![Pull Request](https://img.shields.io/github/issues-pr-closed/TeenBiscuits/Pro2324.svg?label=Pull%20Request)](https://github.com/TeenBiscuits/Pro2324/pulls)
[![GitHub Contributors](https://img.shields.io/github/contributors/TeenBiscuits/Pro2324?label=Contributors)](https://github.com/TeenBiscuits/Pro2324/graphs/contributors)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License: CC BY-ND 4.0](https://img.shields.io/badge/License-CC_BY--ND_4.0-lightgrey.svg)](./docs/LICENSE)
[![REUSE Compliance](https://github.com/TeenBiscuits/Pro2324/actions/workflows/compilance.yml/badge.svg)](https://github.com/TeenBiscuits/Pro2324/actions/workflows/compilance.yml)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![Stars](https://img.shields.io/github/stars/TeenBiscuits/Pro2324.svg)](https://github.com/TeenBiscuits/Pro2324)

Expand Down

0 comments on commit f3121dd

Please sign in to comment.