Skip to content

[docs] update readme #22

[docs] update readme

[docs] update readme #22

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
paths:
- src/**
- tests/**
- examples/**
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Probe runner package cache
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: cargo
version: 1.0
- name: Install typst-test from github
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: typst-test
git: https://github.com/tingerrr/typst-test.git
tag: ci-semi-stable
- name: Setup typst
uses: yusancky/setup-typst@v2
with:
version: 'v0.11.0'
- name: Run test suite
run: typst-test run