Skip to content

chore: bump eslint, migrate to configurajs/eslint and configurajs/pre… #145

chore: bump eslint, migrate to configurajs/eslint and configurajs/pre…

chore: bump eslint, migrate to configurajs/eslint and configurajs/pre… #145

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
run: corepack enable
- name: Set node version to 18
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Lint
run: pnpm lint