Skip to content

Commit 2ea83ff

Browse files
committed
Add lint check
1 parent 57eb5a2 commit 2ea83ff

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/check.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ on:
77
- '**'
88

99
jobs:
10+
lint:
11+
name: Lint
12+
runs-on: ubuntu-latest
13+
timeout-minutes: 30
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v3
17+
- name: Setup
18+
uses: ./.github/actions/setup
19+
- name: Lint
20+
uses: xu-cheng/texlive-action/full@v1
21+
with:
22+
run: make check
1023
build:
1124
name: Build
1225
uses: ./.github/workflows/_build.yml

0 commit comments

Comments
 (0)