Explorar el Código

fix: codestyle workflow

jamesread hace 8 meses
padre
commit
3884dc6d0a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/codestyle.yml

+ 2 - 2
.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