Skip to content

chore: add linting workflow #1

chore: add linting workflow

chore: add linting workflow #1

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint