Skip to content

refactor readme generation and testing framework #7

refactor readme generation and testing framework

refactor readme generation and testing framework #7

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: yusancky/setup-typst@v2
id: setup-typst
with:
version: 'latest'
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: python tools/check_tests.py
- run: python tools/check_readme.py