瀏覽代碼

fix: codestyle workflow

jamesread 8 月之前
父節點
當前提交
3884dc6d0a
共有 1 個文件被更改,包括 2 次插入2 次删除
  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