Skip to content

Commit 6a0a1aa

Browse files
jensmaurertkoeppe
authored andcommitted
[check] Cosmetics
1 parent f3ab334 commit 6a0a1aa

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.github/workflows/check.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
name: check
44

5-
on:
6-
pull_request:
7-
push:
5+
on: [pull_request, push]
86

97
defaults:
108
run:
9+
shell: bash
1110
working-directory: source
1211

1312
jobs:
@@ -16,18 +15,25 @@ jobs:
1615
runs-on: ubuntu-20.04
1716

1817
steps:
19-
- uses: actions/checkout@v2
20-
- name: check-source
18+
- name: checkout
19+
uses: actions/checkout@v2
20+
21+
- name: check-source.sh
2122
run: ../tools/check-source.sh
23+
2224
- name: update-apt-cache
2325
run: sudo apt-get update
26+
2427
- name: install
2528
run: sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
29+
2630
- name: make
2731
run: make quiet
28-
- name: check-output
32+
33+
- name: check-output.sh
2934
run: ../tools/check-output.sh
30-
- name: upload pdf
35+
36+
- name: upload PDF
3137
uses: actions/upload-artifact@v2
3238
with:
3339
name: draft-snapshot

0 commit comments

Comments
 (0)