mik-laj commented on a change in pull request #1:
URL: https://github.com/apache/airflow-client-go/pull/1#discussion_r448216216



##########
File path: .github/workflows/ci.yml
##########
@@ -0,0 +1,25 @@
+name: CI
+
+on:
+  push:
+    branches: ['master']
+    tags:
+      - '*'
+  pull_request:
+    branches: ['master']
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@master
+
+    - name: Set up Go

Review comment:
       Incorrect indentation
   https://github.com/mik-laj/airflow-client-go/actions/runs/153839158?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to