Skip to content

fix(cli): do not crash on no rules configured (#328) #319

fix(cli): do not crash on no rules configured (#328)

fix(cli): do not crash on no rules configured (#328) #319

Workflow file for this run

name: Check
on:
push:
branches:
- "main"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
with:
node-version: lts/*
cache: yarn
- name: Install Dependencies
run: yarn --immutable
- name: ESLint - flat
run: yarn test:eslint
- name: ESLint - eslintrc
run: yarn test:eslint
env:
ESLINT_USE_FLAT_CONFIG: "false"
- name: Prettier
run: yarn prettier --check .