Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.8.0 #53

Bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.8.0

Bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.8.0 #53

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci && npx playwright install --with-deps
- name: Run npm test
run: |
npm run test