Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Update webfactory/ssh-agent action to v0.9.0 - autoclosed #200

Update webfactory/ssh-agent action to v0.9.0 - autoclosed

Update webfactory/ssh-agent action to v0.9.0 - autoclosed #200

# FILE IS AUTOMATICALLY MANAGED BY github.com/vegaprotocol/terraform//github
name: "Continous Integration Workflow"
"on":
workflow_call:
pull_request:
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.19.0'
- name: build
run: make build