ci-test/.gitea/workflows/demo.yaml
Maximilian Keßler 13834bbc00
Some checks failed
Gitea Actions Demo / build_latex (push) Failing after 7s
different test job
2023-10-14 14:44:30 +02:00

13 lines
266 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
container:
image: aergus/latex
steps:
- name: Set up Git repository
run: latexmk main.tex