Skip to content

Bump eslint-plugin-cypress from 2.14.0 to 2.15.1 in /provider-ui #8

Bump eslint-plugin-cypress from 2.14.0 to 2.15.1 in /provider-ui

Bump eslint-plugin-cypress from 2.14.0 to 2.15.1 in /provider-ui #8

Workflow file for this run

name: eslint-check
on: [pull_request]
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run ESLint Meshery-UI
run: cd ui && npm i eslint && npx eslint .
- name: Run ESLint Provider-UI
run: cd provider-ui && npm i eslint && npx eslint .