Fix workflow yaml file indent

pull/59/head
Masahiro Furudate 5 years ago
parent 7c3ded3c46
commit a410febbf1

@ -65,10 +65,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: setup-go ${{ matrix.go }}
uses: ./
with:
go-version: ${{ matrix.go }}
- name: verify go
run: __tests__/verify-go.sh ${{ matrix.go }}
shell: bash

Loading…
Cancel
Save