Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

fix icon constructor #7

fix icon constructor

fix icon constructor #7

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lint and typecheck
uses: actions/setup-node@v3
with:
node-version: latest
cache: "npm"
- run: npm ci
- run: npm test