File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ tags :
8
+ - v*
7
9
pull_request :
8
10
schedule :
9
11
- cron : ' 1 2 5 * *'
@@ -110,6 +112,15 @@ jobs:
110
112
with :
111
113
name : CTAN-${{ matrix.engine }}
112
114
path : ' *.tar.gz'
115
+
116
+ - name : pkgcheck
117
+ if : matrix.engine != 'lualatex'
118
+ run : |
119
+ wget https://codeberg.org/ManfredLotz/pkgcheck/raw/branch/master/bin/pkgcheck
120
+ chmod u+x pkgcheck
121
+ # blocked by https://codeberg.org/ManfredLotz/pkgcheck/issues/9
122
+ # ./pkgcheck lni.tar.gz
123
+
113
124
changelog :
114
125
name : CHANGELOG.md
115
126
runs-on : ubuntu-latest
@@ -118,7 +129,7 @@ jobs:
118
129
uses : actions/checkout@v4
119
130
-
uses :
jbangdev/[email protected]
120
131
with :
121
- script : com.github.nbbrd.heylogs:heylogs-cli:0.7 .2:bin
132
+ script : com.github.nbbrd.heylogs:heylogs-cli:0.9 .2:bin
122
133
scriptargs : " check CHANGELOG.md"
123
134
keepalive :
124
135
name : Keepalive
You can’t perform that action at this time.
0 commit comments