diff options
author | 2021-01-26 09:57:34 +0300 | |
---|---|---|
committer | 2021-01-26 09:57:34 +0300 | |
commit | 8817db547e47fcd255da79cdeaf094f476d589a6 (patch) | |
tree | 8618b275416585d309399105d308599ac10413ed /.github | |
parent | Merge 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.yml | 2 |
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: |