Skip to content

Save Playwright videos and enable previously broken tests #344

Save Playwright videos and enable previously broken tests

Save Playwright videos and enable previously broken tests #344

Workflow file for this run

# SPDX-FileCopyrightText: 2023 HH Partners
#
# SPDX-License-Identifier: MIT
name: Check formatting
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20.10.0
cache: "npm"
- name: Install dependencies
run: |-
npm ci
- name: Run Prettier
run: |-
npx [email protected] --check .