Skip to content

Use latest version of checkout action #3

Use latest version of checkout action

Use latest version of checkout action #3

Workflow file for this run

name: Automated testing
on:
push:
pull_request:
branches:
- main
jobs:
l3build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
- name: Install TeX Live
uses: zauguin/install-texlive@v2
with:
# List the required TeX Live packages in a separate file to allow
# reuse in different workflows.
package_file: .github/tl_packages
- name: Run l3build
run: l3build ctan -q -H