Skip to content

chore: remove logo and favicon's background & generate favicon tool #403

chore: remove logo and favicon's background & generate favicon tool

chore: remove logo and favicon's background & generate favicon tool #403

Workflow file for this run

name: Code Test
on:
push:
pull_request:
workflow_dispatch:
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint:check
- name: Build
run: yarn build