Skip to content

fix library refresh notification not closing automatically #290

fix library refresh notification not closing automatically

fix library refresh notification not closing automatically #290

Workflow file for this run

name: Build + Lint
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
node: ['18']
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn build
- run: yarn lint