Bläddra i källkod

fix: codestyle workflow

jamesread 10 månader sedan
förälder
incheckning
3884dc6d0a
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      .github/workflows/codestyle.yml

+ 2 - 2
.github/workflows/codestyle.yml

@@ -31,5 +31,5 @@ jobs:
       - name: service
       - name: service
         run: make -wC service codestyle
         run: make -wC service codestyle
 
 
-      - name: webui
-        run: make -wC webui.dev codestyle
+      - name: frontend
+        run: make -wC frontend codestyle