Skip to content

refactor: use tab dimensions #27

refactor: use tab dimensions

refactor: use tab dimensions #27

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: true
- name: Run type check
run: pnpm tsc
- name: Run eslint
run: pnpm lint