books/Template
Template
1
0
2025-09-21 13:37:48 +02:00

16 lines
298 B
YAML

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: git.arindy.de/arindy/latex-runner:1.0.0
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: make build