Skip to content

feat(playwright): reuse existing server #633

feat(playwright): reuse existing server

feat(playwright): reuse existing server #633

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Lint (code)
run: pnpm lint:fix
- uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944