File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed
Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 3737 cache-dependency-path : build-requirements.txt
3838
3939 - name : Install dependencies
40- run : |
41- pip install -r build-requirements.txt
42- pip install reuse
43-
44- - name : Check REUSE compliancy
45- run : reuse lint
40+ run : pip install -r build-requirements.txt
4641
4742 - name : Lint with flake8
4843 run : make flake8
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2025 Sébastien Helleu <flashcode@flashtux.org>
2+ #
3+ # SPDX-License-Identifier: GPL-3.0-or-later
4+
5+ name : REUSE Compliance Check
6+
7+ on :
8+ - push
9+ - pull_request
10+
11+ jobs :
12+
13+ test :
14+
15+ runs-on : ubuntu-24.04
16+
17+ steps :
18+
19+ - uses : actions/checkout@v4
20+
21+ - name : REUSE Compliance Check
22+ uses : fsfe/reuse-action@v4
You can’t perform that action at this time.
0 commit comments