aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/compile.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/compile.yml')
-rw-r--r--.github/workflows/compile.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
deleted file mode 100644
index 1e7032b..0000000
--- a/.github/workflows/compile.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-on:
- push:
- branches:
- - main
- pull_request:
- branches:
- - main
-jobs:
- build-push:
- runs-on: ubuntu-latest
- name: Compile Typescript
- steps:
- - name: Checkout
- uses: actions/checkout@v2
- - uses: actions/setup-node@v2
- with:
- node-version: '16.0.0'
- - run: npm install
- - name: Compile Typescript
- uses: FuLagann/tsc-build-push@v1
- with:
- user-name: "mat-1"
- user-email: "github@matdoes.dev"
- message: "Compiled TS into JS"
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}