Skip to content

Next

Next #89

Workflow file for this run

name: PR CI
on:
pull_request:
types: [opened, synchronize, edited, reopened, ready_for_review, closed]
jobs:
tests:
if: github.event.pull_request.state == 'open'
uses: "./.github/workflows/ci.yml"