Skip to content

Bump @playwright/test from 1.45.2 to 1.45.3 #2

Bump @playwright/test from 1.45.2 to 1.45.3

Bump @playwright/test from 1.45.2 to 1.45.3 #2

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Run eslint
run: npx eslint .
- name: Run prettier
run: npx prettier --check .