Skip to content

fix: update snapshot for market (#135) #6

fix: update snapshot for market (#135)

fix: update snapshot for market (#135) #6

Workflow file for this run

name: Continuous Deployment
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit