Skip to content

Bump @typescript-eslint/eslint-plugin from 6.18.0 to 7.0.0 #11

Bump @typescript-eslint/eslint-plugin from 6.18.0 to 7.0.0

Bump @typescript-eslint/eslint-plugin from 6.18.0 to 7.0.0 #11

Workflow file for this run

name: component tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
component-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: build
run: npm install && npm run build
- name: Run component tests
uses: cypress-io/github-action@v6
with:
component: true