Skip to content

Decay Notify

Decay Notify #3

Workflow file for this run

name: Decay Notify
on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./notion-tools
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: './notion-tools/package-lock.json'
- name: Install dependencies
run: npm ci
- name: Run Decay Notify
run: npm run start:decays --if-present