Skip to content

Bump react-draggable from 4.4.5 to 4.4.6 in /ui #11

Bump react-draggable from 4.4.5 to 4.4.6 in /ui

Bump react-draggable from 4.4.5 to 4.4.6 in /ui #11

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@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 .