Skip to content

Add a new setting about overdue homework #90

Add a new setting about overdue homework

Add a new setting about overdue homework #90

Workflow file for this run

name: Lint
on:
push:
branches: 'master'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint it
run: pnpm run lint:no-fmt