Skip to content

Add basic interface for adding not-null checks #153

Add basic interface for adding not-null checks

Add basic interface for adding not-null checks #153

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Configure Go
uses: actions/setup-go@v2
with:
go-version: "1.17.8"
- name: Build Terraform providers
run: |
GOOS=darwin go build ./providers/terraform-provider-anaml
GOOS=darwin go build ./providers/terraform-provider-anaml-operations