Skip to content

refactor: simplify build typescript-eslint parser #360

refactor: simplify build typescript-eslint parser

refactor: simplify build typescript-eslint parser #360

Workflow file for this run

name: Unit Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@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
# test:
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [ubuntu-latest, windows-latest]
# node: [18, 20]
# fail-fast: false
# steps:
# - uses: actions/checkout@v3
# - name: Set node ${{ matrix.node }}
# uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node }}
# - name: Setup
# run: npm i -g @antfu/ni
# - name: Install
# run: nci
# - name: Build
# run: nr build