Skip to content

Commit

Permalink
Added GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Jul 5, 2024
1 parent f6d4961 commit 1662b06
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 24 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/section-repos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Create Section Repos
on:
push:
branches:
- "main"

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npx @total-typescript/exercise-cli@latest create-section-repos
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ tsconfig.temp.json
*.prompt.*
dist
*.tsbuildinfo
.twoslash-lint
.twoslash-lint
out
23 changes: 0 additions & 23 deletions plan.md

This file was deleted.

0 comments on commit 1662b06

Please sign in to comment.