Skip to content

Merge pull request #42 from rainbowatcher/renovate/all-minor-patch #161

Merge pull request #42 from rainbowatcher/renovate/all-minor-patch

Merge pull request #42 from rainbowatcher/renovate/all-minor-patch #161

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install pnpm
uses: pnpm/[email protected]
- name: Set node
uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- name: Setup
run: pnpm i -g @antfu/ni
- name: Install
run: nci
- name: Lint
run: nr lint
- name: Test
run: nr test