Skip to content

temp

temp #4

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: xu-cheng/texlive-action/full@v1
with:
run: |
apk add make msttcorefonts-installer fontconfig
update-ms-fonts
fc-cache -f
make test
check_typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check spelling of bithesis.dtx
uses: crate-ci/typos@master
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1