Skip to content

v3.2.1: Make include and exclude options case insensitive #103

v3.2.1: Make include and exclude options case insensitive

v3.2.1: Make include and exclude options case insensitive #103

Workflow file for this run

name: Linter
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Upgrade Yarn
run: |
corepack enable
yarn set version stable
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install
- run: yarn lint