Skip to content

feat: initial commit #1

feat: initial commit

feat: initial commit #1

Workflow file for this run

on:
push:
branches: ["main"]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ApeWorX/github-action@v3
- run: ape compile
- run: pip install .
- run: ape test -s