Skip to content

Create build-and-deploy.yml #1

Create build-and-deploy.yml

Create build-and-deploy.yml #1

Workflow file for this run

name: eslint-check
on:
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-24.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 .