From ce4c1db06f3c2d078efb07aa75ebc23574319fc3 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sun, 14 Feb 2021 14:31:04 -0600 Subject: Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/compile.yml') diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index d40a858..d792b5d 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -3,7 +3,7 @@ on: [push] jobs: build-push: runs-on: ubuntu-latest - name: Builds Typescript + name: Compile Typescript steps: - name: Checkout uses: actions/checkout@v2 -- cgit