add ts workflow (#5)

* add ts workflow

* add ts workspace workflow file to self

* add placeholder ts README

* fix steps
This commit is contained in:
Jeff Raymakers
2025-06-11 12:05:20 -07:00
committed by GitHub
parent 696fc1ea02
commit d6cc9eeea4
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
name: TypeScript Workspace
on:
pull_request:
paths:
- "ts/**"
- ".github/workflows/TypeScriptWorkspace.yml"
push:
branches:
- "main"
paths:
- "ts/**"
- ".github/workflows/TypeScriptWorkspace.yml"
workflow_dispatch:
jobs:
hello:
name: "Hello"
runs-on: ubuntu-latest
steps:
- name: Say Hello
run: echo Hello from TypeScript Workspace job!

1
ts/README.md Normal file
View File

@@ -0,0 +1 @@
# TypeScript Workspace