Browse Source

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

main
Granty1 5 years ago
parent
commit
119d6b6c18
  1. 2
      .github/workflows/go.yml

2
.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

Loading…
Cancel
Save