Skip to content

Merge pull request #209 from mikoto2000/enable-schedule-button-in-2025 #237

Merge pull request #209 from mikoto2000/enable-schedule-button-in-2025

Merge pull request #209 from mikoto2000/enable-schedule-button-in-2025 #237

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint-2025:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./2025
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
version: 10.4.0
- run: pnpm install --frozen-lockfile
- run: pnpm check
- run: pnpm prettier:check