mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 18:02:15 +00:00
Fix workflow yaml file indent
This commit is contained in:
parent
7c3ded3c46
commit
a410febbf1
2 changed files with 26 additions and 24 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
@ -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…
Add table
Reference in a new issue