Browse Source

fix: codestyle workflow

jamesread 8 tháng trước cách đây
mục cha
commit
3884dc6d0a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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