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

chore(deps): update dependency @types/node to v20.10.0 #577

chore(deps): update dependency @types/node to v20.10.0

chore(deps): update dependency @types/node to v20.10.0 #577

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