-
Notifications
You must be signed in to change notification settings - Fork 11
35 lines (32 loc) · 866 Bytes
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
install:
name: Install Test
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Install
uses: dante-ev/latex-action@master
with:
compiler: pdflatex
args:
root_file: acronym.ins
- name: Validate
run: ls -l
- name: Example Document
uses: dante-ev/latex-action@master
with:
root_file: acrotest.tex
- name: Documentation
uses: dante-ev/latex-action@master
with:
root_file: acronym.dtx