Skip to content

test(vapor-e2e): split transition/transition-group e2e cases into file-based #9109

test(vapor-e2e): split transition/transition-group e2e cases into file-based

test(vapor-e2e): split transition/transition-group e2e cases into file-based #9109

Workflow file for this run

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: Install pnpm
uses: pnpm/action-setup@v4.2.0
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version-file: '.node-version'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- run: pnpm install
- name: Run oxlint
run: pnpm run lint --fix
- name: Run oxfmt
run: pnpm run format
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8