aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-10-31 22:41:54 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-10-31 22:41:54 -0400
commit914c4d3cb7f02a0c74b677e67a47fb66a65fb724 (patch)
tree81fc0fd04ffde47bf2650c679381f19a756c13d1 /.github
parentc40a94697d64962edda41345e03fa76f51aa431c (diff)
downloadtanzanite-914c4d3cb7f02a0c74b677e67a47fb66a65fb724.tar.gz
tanzanite-914c4d3cb7f02a0c74b677e67a47fb66a65fb724.tar.bz2
tanzanite-914c4d3cb7f02a0c74b677e67a47fb66a65fb724.zip
fix workflow script
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index ef643c8..bbaa22f 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -24,7 +24,7 @@ jobs:
- name: ESLint
run: yarn lint
- name: Build
- run: yarn build-tsc:no-emit
+ run: yarn build:tsc:no-emit
formatting:
name: Formatting