docs(roadmap): realign v0.41.0 to Deno Package Manager for Vite+ Dogfood #64
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: AutoFlow CI | |
| on: | |
| push: | |
| branches: [main, dev] | |
| pull_request: | |
| branches: [main, dev] | |
| workflow_call: | |
| workflow_dispatch: | |
| jobs: | |
| autoflow-ci: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ./.github/actions/setup-deno-workspace | |
| - name: Install Playwright browsers | |
| run: deno run -A npm:playwright@1.59.1 install --with-deps chromium | |
| - name: AutoFlow3 CI gate | |
| run: deno task autoflow:ci |