diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-31 22:41:54 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-31 22:41:54 -0400 |
commit | 914c4d3cb7f02a0c74b677e67a47fb66a65fb724 (patch) | |
tree | 81fc0fd04ffde47bf2650c679381f19a756c13d1 /.github | |
parent | c40a94697d64962edda41345e03fa76f51aa431c (diff) | |
download | tanzanite-914c4d3cb7f02a0c74b677e67a47fb66a65fb724.tar.gz tanzanite-914c4d3cb7f02a0c74b677e67a47fb66a65fb724.tar.bz2 tanzanite-914c4d3cb7f02a0c74b677e67a47fb66a65fb724.zip |
fix workflow script
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/checks.yml | 2 |
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 |