File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>, 2024 Deutsche Telekom AG
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
4+
5+ name : REUSE Compliance Check
6+
7+ on :
8+ push :
9+ branches :
10+ - main
11+ - develop
12+
13+ pull_request :
14+ branches :
15+ - main
16+ - develop
17+
18+ schedule :
19+ # Weekly on Saturdays at 1:30AM
20+ - cron : ' 30 1 * * 6'
21+
22+ # Set default permission for all jobs to none
23+ permissions : {}
24+
25+ jobs :
26+ test-reuse-compliance :
27+ runs-on : ubuntu-22.04
28+
29+ permissions :
30+ contents : read
31+
32+ steps :
33+ - name : " Checkout Repository"
34+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+
36+ - name : " Run REUSE Compliance Check"
37+ uses : fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
Original file line number Diff line number Diff line change 22[ ![ Maven Central] ( https://img.shields.io/maven-central/v/sk.ainet.core/skainet-lang-core.svg )] ( https://central.sonatype.com/artifact/sk.ainet.core/skainet-lang-core )
33[ ![ GitHub Contributors] ( https://img.shields.io/github/contributors/SKaiNET-developers/SKaiNET )] ( https://github.com/SKaiNET-developers/SKaiNET/graphs/contributors )
44[ ![ DeepWiki] ( https://img.shields.io/badge/DeepWiki-View%20Docs-blue?logo=readthedocs&logoColor=white )] ( https://deepwiki.com/SKaiNET-developers/SKaiNET )
5+ [ REUSE status] ( https://api.reuse.software/badge/github.com/SKaiNET-developers/SKaiNET )] ( https://api.reuse.software/badge/github.com/SKaiNET-developers/SKaiNET )
56
67<img src =" docs/modules/ROOT/images/SKaiNET-logo.png " alt =" SKaiNET logo " width =" 150 " >
78
You can’t perform that action at this time.
0 commit comments