Skip to content

feat: add notification toast if limit by current month is over when s… #195

feat: add notification toast if limit by current month is over when s…

feat: add notification toast if limit by current month is over when s… #195

Workflow file for this run

name: Knip
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
jobs:
knip:
name: Knip
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'pnpm'
- name: Install dependencies
run: pnpm i
- name: Check Knip
continue-on-error: true
run: pnpm knip