Skip to content

Add --style option to support styleEntrypoint configuration #39

Add --style option to support styleEntrypoint configuration

Add --style option to support styleEntrypoint configuration #39

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
lint-test:
uses: ./.github/workflows/lint_test.yml
secrets: inherit
release:
needs: lint-test
uses: ./.github/workflows/release.yml
secrets: inherit