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

chore: deprecate this SDK in favor of equinix-sdk-go #534

chore: deprecate this SDK in favor of equinix-sdk-go

chore: deprecate this SDK in favor of equinix-sdk-go #534

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.19.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Verify Patches
run: make patch
- name: Generate
run: |
make generate
# Expect all changes to be accounted for
! git status --porcelain | grep .