From 3884dc6d0acef2bef66b336cc2ed42fbd4230ec8 Mon Sep 17 00:00:00 2001 From: jamesread Date: Sat, 11 Oct 2025 00:59:49 +0100 Subject: [PATCH] fix: codestyle workflow --- .github/workflows/codestyle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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