Skip to content

Commit 48c7a25

Browse files
resuse: add workflow for local repo compliance (#1)
Check that local repo is reuse compliant (license, etc.)
2 parents 2567aff + bb6e332 commit 48c7a25

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/reuse.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SPDX-FileCopyrightText: 2024 Ledger SAS
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
name: REUSE Compliance Check
6+
7+
on: [push, pull_request]
8+
9+
jobs:
10+
test:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: REUSE Compliance Check
15+
uses: fsfe/reuse-action@v4

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2024 Ledger SAS
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
17
# Outpost-OS reusable workflows for Python packages
28

9+
[![REUSE status](https://api.reuse.software/badge/github.com/outpost-os/pipeline-python)](https://api.reuse.software/info/github.com/outpost-os/pipeline-python)
10+
311
## Introduction
412

513
This repository hold the python-related reusable workflows in order to limit redundancy between each python package CI/CD usage.

0 commit comments

Comments
 (0)