Skip to content

test(lint): update eslint and use antfu config #13

test(lint): update eslint and use antfu config

test(lint): update eslint and use antfu config #13

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: latest
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: ESLint
run: pnpm lint