Skip to content

[enhancement] Improve event handling for Reopened and maintenance sta… #70

[enhancement] Improve event handling for Reopened and maintenance sta…

[enhancement] Improve event handling for Reopened and maintenance sta… #70

Workflow file for this run

name: check
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "latest"
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Run ESLint
run: pnpm lint