You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
thesis/.github/workflows/template.yml

14 lines
348 B

on: [push, pull_request]
name: template
jobs:
test-latex-template:
runs-on: ubuntu-20.04
name: Test LaTeX Template
steps:
- uses: actions/checkout@v2
- name: Build
run: |
docker pull mbredel/thesis-template:latest
docker run --volume $(pwd):/thesis-template/ mbredel/thesis-template:latest