Skip to content

Commit c5de297

Browse files
committed
try Workflows (No.1)
1 parent 98212d4 commit c5de297

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/active.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
on: push
2+
jobs :
3+
compileTs :
4+
runs-on : ubuntu-latest
5+
steps:
6+
- name: Compile TypeScript
7+
run: echo "Compiling TypeScript (To be implemented)"

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+

0 commit comments

Comments
 (0)