diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index f0be103..f7ed70d 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -31,5 +31,5 @@ jobs: - name: service run: make -wC service codestyle - - name: webui - run: make -wC webui.dev codestyle + - name: frontend + run: make -wC frontend codestyle