Skip to content

Update to Zephyr best practices as of May 2024 #26

Update to Zephyr best practices as of May 2024

Update to Zephyr best practices as of May 2024 #26

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: texlive/texlive:latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint
run: make lint
- name: Build
run: make
- name: Archive
uses: actions/upload-artifact@v2
with:
path: build/*.pdf