Skip to content

lint: tab -> space #215

lint: tab -> space

lint: tab -> space #215

Workflow file for this run

name: linting
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
- run: pnpm install
- run: eslint .
- run: prettier .