Skip to content

.

. #548

Workflow file for this run

on: [push, pull_request]
jobs:
develop:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: |
cd docs/ && make clean check all && cd ..
cd latex/python/ && make clean check all && cd ../..
cd latex/ && make clean check all && cd ..