Skip to content

use cjs prettier config to be compatible with vscode prettier extension #25

use cjs prettier config to be compatible with vscode prettier extension

use cjs prettier config to be compatible with vscode prettier extension #25

Workflow file for this run

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