Skip to content

fix(popupNavbar): use simple title instead of tooltip to avoid positi… #47

fix(popupNavbar): use simple title instead of tooltip to avoid positi…

fix(popupNavbar): use simple title instead of tooltip to avoid positi… #47

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
- run: npm ci
- run: npm test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
- run: npm ci
- run: npm run dist
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
- run: npm ci
- run: npm run lint