Allow reference chapter with heading #71
This file contains 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: Automatic tests | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: awalsh128/cache-apt-pkgs-action@latest | |
with: | |
packages: imagemagick cargo | |
version: 1.0 | |
- name: Install just from crates.io | |
uses: baptiste0928/cargo-install@v2 | |
with: | |
crate: just | |
- uses: typst-community/setup-typst@v3 | |
with: | |
typst-version: 0.11.1 | |
- run: | | |
just test |