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

fix: no-nested-ternary warning #60

fix: no-nested-ternary warning

fix: no-nested-ternary warning #60

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Install packages
run: yarn install
- name: Build
run: yarn build