dhbw-abb-typst-template/.gitea/workflows/ci.yml

15 lines
570 B
YAML
Raw Normal View History

2024-07-01 14:17:54 +00:00
name: Gitea Action for checking typst compilation
run-name: ${{ gitea.actor }} is performing typst compilation
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "This job is now running on a ${{ runner.os }}"
- run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- uses: actions/checkout@v3
2024-07-01 16:56:27 +00:00
- uses: typst-community/setup-typst@v3
2024-07-01 14:17:54 +00:00
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
2024-07-01 16:56:27 +00:00
- run: bash -c run-ci.sh