Commit 9ef5236 1 parent e92628e commit 9ef5236 Copy full SHA for 9ef5236
File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ latest: &latest
5
5
6
6
tags : &tags
7
7
[
8
- 1.18.2 -erlang-27.2.1 -alpine-3.20.5 ,
8
+ 1.18.3 -erlang-27.3 -alpine-3.21.3 ,
9
9
1.17.3-erlang-27.2.1-alpine-3.20.5,
10
10
1.16.3-erlang-26.2.5-alpine-3.19.1,
11
11
1.15.7-erlang-26.2.4-alpine-3.18.6,
@@ -14,6 +14,13 @@ tags: &tags
14
14
]
15
15
16
16
jobs :
17
+ check-license :
18
+ docker :
19
+ - image : fsfe/reuse:latest
20
+ steps :
21
+ - checkout
22
+ - run : reuse lint
23
+
17
24
build-test :
18
25
parameters :
19
26
tag :
57
64
58
65
automerge :
59
66
docker :
60
- - image : alpine:3.18.4
67
+ - image : alpine:3.21.3
61
68
steps :
62
69
- run :
63
70
name : Install GitHub CLI
76
83
workflows :
77
84
checks :
78
85
jobs :
86
+ - check-license :
87
+ filters :
88
+ tags :
89
+ only : /.*/
79
90
- build-test :
80
91
name : << matrix.tag >>
81
92
matrix :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ defmodule PropertyTable.MixProject do
61
61
files: [
62
62
"CHANGELOG.md" ,
63
63
"lib" ,
64
- "LICENSES" ,
64
+ "LICENSES/* " ,
65
65
"mix.exs" ,
66
66
"NOTICE" ,
67
67
"README.md" ,
@@ -71,7 +71,7 @@ defmodule PropertyTable.MixProject do
71
71
links: % {
72
72
"GitHub" => @ source_url ,
73
73
"REUSE Compliance" =>
74
- "https://api.reuse.software/info/github.com/nerves-project/nerves_runtime "
74
+ "https://api.reuse.software/info/github.com/nerves-project/property_table "
75
75
}
76
76
]
77
77
end
You can’t perform that action at this time.
0 commit comments