Skip to content

build: fetch cache should take source config intro consideration, fix… #263

build: fetch cache should take source config intro consideration, fix…

build: fetch cache should take source config intro consideration, fix… #263

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@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Setup
run: npm i -g @antfu/ni
- name: Install
run: nci
- name: Lint
run: nr lint
- name: Typecheck
run: nr typecheck