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

clean up example

clean up example #63

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