Skip to content

Commit d4e3762

Browse files
authored
Create seat-count.yml
1 parent 900a1e0 commit d4e3762

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/seat-count.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: TypeScript Action Workflow
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
run:
7+
name: Run Action
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: softrams/activity@main

0 commit comments

Comments
 (0)