Skip to content

Use font for Box-drawing character #8

Use font for Box-drawing character

Use font for Box-drawing character #8

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: .tool-versions
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run type check
run: yarn type-check
- name: Lint
run: yarn lint