Fix yaml indent (#59)

pull/171/head
Masahiro Furudate 3 years ago committed by GitHub
parent 5805cf725b
commit 02f7ea9f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save