Skip to content

test(indent): add tests (#428) #418

test(indent): add tests (#428)

test(indent): add tests (#428) #418

Workflow file for this run

name: autofix.ci
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
merge_group: {}
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: Build
run: nr build
- name: Lint
run: nr lint --fix
- uses: autofix-ci/action@v1.3