Skip to content

fix: simplify tooltip #77

fix: simplify tooltip

fix: simplify tooltip #77

Workflow file for this run

name: Lint
on: push
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Check lint
run: |
npm ci --force
npm run lint:check