Skip to content

fix: just comment tests out they are too old #16

fix: just comment tests out they are too old

fix: just comment tests out they are too old #16

Workflow file for this run

name: Lint
on:
- pull_request
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Lint
run: |
pnpm lint
pnpm format