Skip to content

chore(deps-dev): bump @antfu/eslint-config from 1.0.0-beta.28 to 1.0.0 #21

chore(deps-dev): bump @antfu/eslint-config from 1.0.0-beta.28 to 1.0.0

chore(deps-dev): bump @antfu/eslint-config from 1.0.0-beta.28 to 1.0.0 #21

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm
- name: Install
run: pnpm install
- name: Lint
run: npm run lint
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm
- name: Install
run: pnpm install
- name: Typecheck
run: npm run typecheck