File tree Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 20
20
lcov
21
21
libreadline-dev
22
22
libzstd-dev
23
- pipx
24
23
pkg-config
25
24
zlib1g-dev
26
25
48
47
run : |
49
48
sudo apt-get update -qq
50
49
sudo apt-get --yes --no-install-recommends install ${{ env.WEECHAT_RELAY_DEPS_UBUNTU }}
51
- pipx install reuse
52
-
53
- - name : Check REUSE compliancy
54
- run : reuse lint
55
50
56
51
- name : Build
57
52
env :
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2025 Sébastien Helleu <[email protected] >
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