Skip to content

review and dev notes + fixing some tests + implementations later #581

review and dev notes + fixing some tests + implementations later

review and dev notes + fixing some tests + implementations later #581

Workflow file for this run

name: build
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build