Skip to content

[HUM-162]: chore: simplify operator profile page #6476

[HUM-162]: chore: simplify operator profile page

[HUM-162]: chore: simplify operator profile page #6476

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
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn lint
name: Run lint