aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-01-26 09:57:34 +0300
committerGravatar GitHub <[email protected]>2021-01-26 09:57:34 +0300
commit8817db547e47fcd255da79cdeaf094f476d589a6 (patch)
tree8618b275416585d309399105d308599ac10413ed /.github
parentMerge pull request #106 from python-discord/dependabot/npm_and_yarn/typescrip... (diff)
Fix Action Step Name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test_and_lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml
index 636e181..5a40460 100644
--- a/.github/workflows/test_and_lint.yml
+++ b/.github/workflows/test_and_lint.yml
@@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: yarn install
- - name: Install dependencies
+ - name: Build
run: yarn build
test: