We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98212d4 commit c5de297Copy full SHA for c5de297
.github/workflows/active.yml
@@ -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
@@ -0,0 +1,4 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
0 commit comments