CI: Include frontend linting into build process

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-03-24 23:26:10 +01:00
parent ac607b512c
commit a680e94364
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -52,7 +52,7 @@ jobs:
run: git config --global --add safe.directory /__w/twitch-bot/twitch-bot
- name: Lint and test code
run: make lint test
run: make lint test frontend_lint
- name: Build release
run: make publish