Skip to content

Feat/add release workflow #18

Feat/add release workflow

Feat/add release workflow #18

Workflow file for this run

name: Test
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
test:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main