Skip to content

v3.0.0: More customizable with the new stats column #91

v3.0.0: More customizable with the new stats column

v3.0.0: More customizable with the new stats column #91

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