Skip to content

build: use another gh action for texlive #3

build: use another gh action for texlive

build: use another gh action for texlive #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: teatimeguest/setup-texlive-action@v3
with:
packages: scheme-full
- name: Install l3build
run: tlmgr install l3build
- name: Build and test LaTeX package
run: |
l3build check
l3build doc
l3build install