Skip to content

chore(deps): update devdependency @antfu/eslint-config to v2 - autoclosed #1008

chore(deps): update devdependency @antfu/eslint-config to v2 - autoclosed

chore(deps): update devdependency @antfu/eslint-config to v2 - autoclosed #1008

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-markdown:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: npm i -g pnpm @antfu/ni
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 18
cache: pnpm
- run: nci
- run: nr lint:md
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: npm i -g pnpm @antfu/ni
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 18
cache: pnpm
- run: nci
- run: nr lint
generate:
name: Generate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: npm i -g pnpm @antfu/ni
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 18
cache: pnpm
- run: nci
- run: nr generate