Skip to content

build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 #68

build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1

build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 #68

Workflow file for this run

name: eslint-check
on: [pull_request]
jobs:
eslint:
if: github.repository == 'meshery/meshery'
name: runner / eslint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- 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 .