Skip to content

Add CI and documentation #3

Add CI and documentation

Add CI and documentation #3

Workflow file for this run

name: Pull request
on:
pull_request:
types:
- opened
- synchronize
jobs:
pull_request:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: ./.github/actions/setup
- uses: ./.github/actions/basic-preflight-check