Skip to content

Add GitHub CI (#1)

Add GitHub CI (#1) #6

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build-docs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: 3.9
- name: Install deps
run: pdm install
- name: Build docs
run: pdm run build