Skip to content

Add a build check for pull requests #1

Add a build check for pull requests

Add a build check for pull requests #1

Workflow file for this run

name: "Check API"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: "Build HTML"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: make