mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 08:40:01 +00:00
CI: Include frontend linting into build process
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ac607b512c
commit
a680e94364
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-and-build.yml
vendored
2
.github/workflows/test-and-build.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
run: git config --global --add safe.directory /__w/twitch-bot/twitch-bot
|
run: git config --global --add safe.directory /__w/twitch-bot/twitch-bot
|
||||||
|
|
||||||
- name: Lint and test code
|
- name: Lint and test code
|
||||||
run: make lint test
|
run: make lint test frontend_lint
|
||||||
|
|
||||||
- name: Build release
|
- name: Build release
|
||||||
run: make publish
|
run: make publish
|
||||||
|
|
Loading…
Reference in a new issue