Skip to content

LaTeX

LaTeX #24

Workflow file for this run

name: "LaTeX"
on:
push:
branches: [ "latest", "stable" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "latest", "stable" ]
schedule:
- cron: '37 21 * * 5'
jobs:
latex:
name: LaTeX
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: xu-cheng/texlive-action/full@v1
with:
run: |
./gradlew build --scan -s