Skip to content

Commit 36cc958

Browse files
Merge pull request #806 from MacOS/build/add-workflow-reuse-compliance
[BUILD] Add workflow reuse-compliance to CI
2 parents 9cb2ee8 + 9b17eba commit 36cc958

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

0 commit comments

Comments
 (0)