Skip to content

refactor: Add stricter checking in notifyusercron #45

refactor: Add stricter checking in notifyusercron

refactor: Add stricter checking in notifyusercron #45

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
- run: npm ci
- run: npm run build --if-present