[pull] develop from marktext:develop #47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Muya Circular Dep Check | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| paths: | |
| - 'packages/muya/src/**' | |
| - 'packages/muya/.madgerc' | |
| - 'packages/muya/package.json' | |
| - 'pnpm-lock.yaml' | |
| - '.github/workflows/muya-circular.yml' | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| circular: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ./.github/actions/setup | |
| - name: Madge circular-dep check | |
| run: pnpm -C packages/muya check-circular |