Skip to content

Added more samples (for the docs) and updated Cluster schema, to be c… #17

Added more samples (for the docs) and updated Cluster schema, to be c…

Added more samples (for the docs) and updated Cluster schema, to be c… #17

Workflow file for this run

name: provider
permissions:
contents: write
packages: write
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: |
go get .
go install github.com/mitchellh/gox@latest
make build