Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

chore(deps): update react monorepo #568

chore(deps): update react monorepo

chore(deps): update react monorepo #568

Workflow file for this run

name: 💅 Format and Linter checks
on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
name: 💅 Format and Linter checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🤹‍♀️ Install modules
run: yarn
- name: 💅 Run format check
run: yarn workspace @kaoto/kaoto-ui run format
- name: 💅 Run lint check
run: yarn workspace @kaoto/kaoto-ui run lint