Skip to content

Remove invocation

Remove invocation #46

Workflow file for this run

name: pr
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: 'pip'
- run: pip install -r requirements.txt
- run: bikeshed update
- run: make
- uses: actions/upload-pages-artifact@v3