aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-09-21 21:00:20 +0200
committerGitHub <noreply@github.com>2021-09-21 21:00:20 +0200
commit2b1a0cf9448638a32ed5f0bfefec5cdb324bea30 (patch)
tree7ae1913396435a58f22fbb619cd35d0cd94b90b4 /.github
parentAdd list of required latex packages (diff)
downloadFading-2b1a0cf9448638a32ed5f0bfefec5cdb324bea30.tar.gz
Fading-2b1a0cf9448638a32ed5f0bfefec5cdb324bea30.zip
Create test LaTeX workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/latex.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml
new file mode 100644
index 0000000..7ee16d4
--- /dev/null
+++ b/.github/workflows/latex.yml
@@ -0,0 +1,16 @@
+name: LaTeX
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Setup TeXLive
+ uses: DanySK/setup-texlive-action@0.1.1
+ with:
+ requirements-file: .github/texlive/packages.tex