refactor(hydration): preserve async wrapper hydration paths while tightening vapor mismatch handling #9594
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: autofix.ci | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| autofix: | |
| runs-on: ubuntu-latest | |
| env: | |
| PUPPETEER_SKIP_DOWNLOAD: 'true' | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Setup Vite+ | |
| uses: voidzero-dev/setup-vp@v1 | |
| with: | |
| node-version-file: '.node-version' | |
| cache: true | |
| - name: Run fix | |
| run: vp check --fix | |
| - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 |