Fix workflow yaml file indent

This commit is contained in:
Masahiro Furudate 2020-07-04 18:06:13 +09:00
parent 7c3ded3c46
commit a410febbf1
2 changed files with 26 additions and 24 deletions

View file

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