Skip to content

Commit c9d3005

Browse files
committed
Testing if workflow worked
1 parent 532bc9d commit c9d3005

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

public/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
"use strict";
22
// some other ts file inside ./src folder
33
console.log("something");
4+
console.log('starting the strenous journey of trying to compile ts with github actions now');

src/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
// some other ts file inside ./src folder
22
console.log("something");
3+
console.log('starting the strenous journey of trying to compile ts with github actions now');

0 commit comments

Comments
 (0)