소스 검색

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