Skip to content

cutgeneratingfunctionology/multirow/equivariant-iii-remark-2-13.sage:… #85

cutgeneratingfunctionology/multirow/equivariant-iii-remark-2-13.sage:…

cutgeneratingfunctionology/multirow/equivariant-iii-remark-2-13.sage:… #85

Workflow file for this run

name: CI-check-bib
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Checkout submodules
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: install texlive
run: sudo DEBIAN_FRONTEND=noninteractive apt-get install texlive latexmk texlive-latex-extra texlive-bibtex-extra biber
- name: make check-bib
run: make -k check-bib