diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 79ea33d..ca22b59 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -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