Skip to content

feat: add input history, ID-based sorting, and loading states to comparator #42

feat: add input history, ID-based sorting, and loading states to comparator

feat: add input history, ID-based sorting, and loading states to comparator #42

Workflow file for this run

name: Lint
on:
push:
branches: ['main', 'master']
pull_request:
branches: ['main', 'master']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Run Lint
run: pnpm run lint