Skip to content

Commit c7a533a

Browse files
authored
Small build refinements (#180)
1 parent 72c67c5 commit c7a533a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/check.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- v*
79
pull_request:
810
schedule:
911
- cron: '1 2 5 * *'
@@ -110,6 +112,15 @@ jobs:
110112
with:
111113
name: CTAN-${{ matrix.engine }}
112114
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+
113124
changelog:
114125
name: CHANGELOG.md
115126
runs-on: ubuntu-latest
@@ -118,7 +129,7 @@ jobs:
118129
uses: actions/checkout@v4
119130
- uses: jbangdev/[email protected]
120131
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
122133
scriptargs: "check CHANGELOG.md"
123134
keepalive:
124135
name: Keepalive

0 commit comments

Comments
 (0)