Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

get it to compile

get it to compile #59

Workflow file for this run

name: Branch workflow
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
permissions:
contents: write
jobs:
test:
uses: ./.github/workflows/test.yml
package:
uses: ./.github/workflows/package.yml