Skip to content

refactor: Custom icons (#864) #1498

refactor: Custom icons (#864)

refactor: Custom icons (#864) #1498

Workflow file for this run

name: Test
on: [push]
jobs:
build-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn typecheck
- run: yarn lint:nofix
- run: yarn test