Skip to content

TS CI (badge)

TS CI (badge) #2

Workflow file for this run

name: TS CI (badge)
on: { workflow_dispatch: {}, schedule: [{ cron: "0 5 * * 1" }] }
permissions: { contents: read }
jobs:
badge:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with: { node-version: "20" }
- run: node -v && npm -v