Skip to content

fix(human-app): fix operator ui bugs #47

fix(human-app): fix operator ui bugs

fix(human-app): fix operator ui bugs #47

Workflow file for this run

name: Lint check
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn lint
name: Run lint