Skip to content

feat: check header and ci lint #2

feat: check header and ci lint

feat: check header and ci lint #2

Workflow file for this run

name: PR Check
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set node
uses: actions/setup-node@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup
run: npm i -g @antfu/ni
- name: Install
run: nci
- name: Lint
run: nr lint