Skip to content

feat: add devtools_restampRepo write tool and githubWrite utility (#10) #33

feat: add devtools_restampRepo write tool and githubWrite utility (#10)

feat: add devtools_restampRepo write tool and githubWrite utility (#10) #33

Workflow file for this run

name: Validate
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
validate-typescript:
name: Validate TypeScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run build