File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
513This repository hold the python-related reusable workflows in order to limit redundancy between each python package CI/CD usage.
You can’t perform that action at this time.
0 commit comments