Skip to content

Commit 1662b06

Browse files
committed
Added GH action
1 parent f6d4961 commit 1662b06

File tree

3 files changed

+17
-24
lines changed

3 files changed

+17
-24
lines changed

.github/workflows/section-repos.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Create Section Repos
2+
on:
3+
push:
4+
branches:
5+
- "main"
6+
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
13+
with:
14+
node-version: 20.x
15+
- run: npx @total-typescript/exercise-cli@latest create-section-repos

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ tsconfig.temp.json
44
*.prompt.*
55
dist
66
*.tsbuildinfo
7-
.twoslash-lint
7+
.twoslash-lint
8+
out

plan.md

-23
This file was deleted.

0 commit comments

Comments
 (0)