Skip to content

chore: update workflow #68

chore: update workflow

chore: update workflow #68

Workflow file for this run

on: push
name: lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4
with:
clean: false
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install deps
run: pnpm i
- name: Run ESLint
run: pnpm lint
env:
CI: true