Skip to content

Bump @rjsf/core from 5.8.1 to 5.12.1 in /ui #5

Bump @rjsf/core from 5.8.1 to 5.12.1 in /ui

Bump @rjsf/core from 5.8.1 to 5.12.1 in /ui #5

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 .