Browse Source

codestyle checks

jamesread 4 năm trước cách đây
mục cha
commit
94b3767dcf
1 tập tin đã thay đổi với 18 bổ sung0 xóa
  1. 18 0
      .github/workflows/codestyle.yml

+ 18 - 0
.github/workflows/codestyle.yml

@@ -0,0 +1,18 @@
+name: "Codestyle checks"
+
+on: [push]
+
+jobs:
+  codestyle:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v2
+
+      - name: actions/setup-go@v2
+
+      - name: daemon
+        run: make daemon-codestyle
+
+      - name: webui
+        run: make webui-codestyle