Skip to content

fix(morpho-ts): fix formatter #30

fix(morpho-ts): fix formatter

fix(morpho-ts): fix formatter #30

Workflow file for this run

name: Release
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
secrets: inherit
publish:
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next'
needs:
- lint
- build
- test
uses: ./.github/workflows/publish.yml
secrets: inherit