Skip to content

Commit 32f53b8

Browse files
JohelEGPjensmaurer
authored andcommitted
ci: split make and check steps
1 parent b47c5d7 commit 32f53b8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/check.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
push:
88

9+
defaults:
10+
run:
11+
working-directory: source
12+
913
jobs:
1014
run-checks:
1115
name: Run checks
@@ -15,5 +19,7 @@ jobs:
1519
- uses: actions/checkout@v2
1620
- name: install
1721
run: sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-generic-recommended lmodern
22+
- name: make
23+
run: make quiet
1824
- name: check
19-
run: cd source && make quiet && ../tools/check.sh
25+
run: ../tools/check.sh

0 commit comments

Comments
 (0)