Skip to content

feat: add Calscape links (#16) #19

feat: add Calscape links (#16)

feat: add Calscape links (#16) #19

Workflow file for this run

on:
workflow_dispatch:
pull_request:
push:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
cache: "npm"
- run: npm update
- run: npx eslint
- run: npx tsc