jamesread 4 éve
szülő
commit
94b3767dcf
1 módosított fájl, 18 hozzáadás és 0 törlés
  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