Skip to content

fix: disabled icon in new tab and navigation #24

fix: disabled icon in new tab and navigation

fix: disabled icon in new tab and navigation #24

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run lint