Skip to content

Update, Delete and List operations for Relationships CLI #1248

Update, Delete and List operations for Relationships CLI

Update, Delete and List operations for Relationships CLI #1248

Workflow file for this run

name: PR Build
on:
pull_request: {}
permissions: read-all
jobs:
analysis:
name: PR Build
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- name: "Checkout code"
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
- name: "Setup Go"
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version-file: 'go.mod'
- name: "Lint"
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
with:
version: v1.53.2
args: --timeout 3m0s
- name: "Unit test"
run: make test