aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/compile.yml2
1 files changed, 1 insertions, 1 deletions
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