Skip to content

Bump @antfu/eslint-config from 4.17.0 to 7.2.0 #26

Bump @antfu/eslint-config from 4.17.0 to 7.2.0

Bump @antfu/eslint-config from 4.17.0 to 7.2.0 #26

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint