Template
1
0

Initial Commit

This commit is contained in:
Arindy
2022-05-04 14:27:36 +02:00
commit ac0ad2a895
11 changed files with 285 additions and 0 deletions

15
.github/workflows/ci.yaml vendored Normal file
View File

@@ -0,0 +1,15 @@
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