Bläddra i källkod

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

Granty1 4 år sedan
förälder
incheckning
119d6b6c18
1 ändrade filer med 3 tillägg och 1 borttagningar
  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