Skip to content

All icons for the label popover #410

All icons for the label popover

All icons for the label popover #410

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: Install
run: npm install
- name: Build
run: npm run build --if-present