Skip to content

Typescript

Typescript #152

Workflow file for this run

name: 'Typescript'
on:
schedule:
- cron: "0 0 * * 0"
pull_request:
branches: [ main ]
paths:
- 'scripts/**'
- '.github/workflows/docker-builder.yml'
- 'typescript/**'
- '.github/workflows/typescript.yml'
push:
branches: [ main ]
paths:
- 'scripts/**'
- '.github/workflows/docker-builder.yml'
- 'typescript/**'
- '.github/workflows/typescript.yml'
jobs:
typescript-docker-builder:
uses: ./.github/workflows/docker-builder.yml
with:
WORKDIR: typescript
IMAGE_NAME: devcontainers/typescript