Skip to content

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 in /automerge #20

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 in /automerge

Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 in /automerge #20

Workflow file for this run

name: Build
on:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- uses: actions/setup-go@v2
with:
go-version: '^1.17.3'
- run: yarn
- run: yarn test
- run: go install cuelang.org/go/cmd/[email protected]
- run: PATH=$PATH:~/go/bin ./validate.sh