File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
name : check
4
4
5
- on :
6
- pull_request :
7
- push :
5
+ on : [pull_request, push]
8
6
9
7
defaults :
10
8
run :
9
+ shell : bash
11
10
working-directory : source
12
11
13
12
jobs :
@@ -16,18 +15,25 @@ jobs:
16
15
runs-on : ubuntu-20.04
17
16
18
17
steps :
19
- - uses : actions/checkout@v2
20
- - name : check-source
18
+ - name : checkout
19
+ uses : actions/checkout@v2
20
+
21
+ - name : check-source.sh
21
22
run : ../tools/check-source.sh
23
+
22
24
- name : update-apt-cache
23
25
run : sudo apt-get update
26
+
24
27
- name : install
25
28
run : sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
29
+
26
30
- name : make
27
31
run : make quiet
28
- - name : check-output
32
+
33
+ - name : check-output.sh
29
34
run : ../tools/check-output.sh
30
- - name : upload pdf
35
+
36
+ - name : upload PDF
31
37
uses : actions/upload-artifact@v2
32
38
with :
33
39
name : draft-snapshot
You can’t perform that action at this time.
0 commit comments