name all the steps in GitHub Actions

This commit is contained in:
itchyny 2020-01-16 20:45:38 +09:00
parent b0bf7b16c3
commit fd22f52662

View file

@ -10,7 +10,8 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@master
- name: Checkout code
uses: actions/checkout@master
- name: Setup Go
uses: actions/setup-go@v1
with: