Version step #270
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test jsonparse using l3build -dev | |
| on: [push, pull_request] | |
| jobs: | |
| l3build-check-dev: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Install TeX Live | |
| uses: zauguin/install-texlive@v4 | |
| with: | |
| package_file: .github/tl-packages.txt | |
| - name: Run l3build check -dev | |
| run: | | |
| l3build check --dev -q -H --show-log-on-error |