Skip to content

chore: update eslint/prettier configs (#657) #71

chore: update eslint/prettier configs (#657)

chore: update eslint/prettier configs (#657) #71

name: 'Verify and Release Beta'
on:
push:
branches:
- next
jobs:
verify:
uses: trendyol/baklava/.github/workflows/verify.yml@next
secrets: inherit
release:
uses: trendyol/baklava/.github/workflows/release.yml@next
needs: verify
secrets: inherit
chromatic:
uses: trendyol/baklava/.github/workflows/publish-chromatic.yml@next
needs: verify