diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-02-14 14:31:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 14:31:04 -0600 |
commit | ce4c1db06f3c2d078efb07aa75ebc23574319fc3 (patch) | |
tree | 8be67a73b0551dabf6b2603c62401765a01dec33 | |
parent | 39c2ce9c5c5060234921cadfb3ac06a83b8ec9d6 (diff) | |
download | skyblock-api-ce4c1db06f3c2d078efb07aa75ebc23574319fc3.tar.gz skyblock-api-ce4c1db06f3c2d078efb07aa75ebc23574319fc3.tar.bz2 skyblock-api-ce4c1db06f3c2d078efb07aa75ebc23574319fc3.zip |
Update compile.yml
-rw-r--r-- | .github/workflows/compile.yml | 2 |
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 |