8000 chore: migrate to ESLint extends config structure · cypress-io/github-action@c433d15 · GitHub
[go: up one dir, main page]

Skip to content

chore: migrate to ESLint extends config structure #2566

chore: migrate to ESLint extends config structure

chore: migrate to ESLint extends config structure #2566

name: example-component-test
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
cypress-run:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: ./ # if copying, replace with cypress-io/github-action@v6
with:
working-directory: examples/component-tests
component: true
0