Skip to content

fix: pin-version (#149) #486

fix: pin-version (#149)

fix: pin-version (#149) #486

Workflow file for this run

name: Test
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- master
jobs:
test:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
secrets: inherit
release:
needs: [test]
uses: bgd-labs/github-workflows/.github/workflows/release.yml@main