瀏覽代碼

Fixed error that can not use 'uses' and 'run' both

Granty1 4 年之前
父節點
當前提交
119d6b6c18
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/go.yml

+ 3 - 1
.github/workflows/go.yml

@@ -13,6 +13,8 @@ jobs:
 
     - name: Check out the repository
       uses: actions/checkout@v2
+
+    - name: Show files
       run: ls -la
 
     - name: Get dependencies
@@ -22,7 +24,7 @@ jobs:
             curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
             dep ensure
         fi
-        
+
     - name: Build
       run: |
         cd server