Skip to content

Update source/lex.tex #761

Update source/lex.tex

Update source/lex.tex #761

Workflow file for this run

# A workflow to run our check script.
name: check
on: [pull_request, push]
defaults:
run:
shell: bash
working-directory: source
jobs:
run-checks:
name: Run checks
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
- name: check-source.sh
run: ../tools/check-source.sh
- name: update-apt-cache
run: sudo apt-get update
- name: install
run: sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
- name: make
run: make quiet
- name: check-output.sh
run: ../tools/check-output.sh
- name: upload PDF
uses: actions/upload-artifact@v2
with:
name: draft-snapshot
path: source/std.pdf