Skip to content

Use GCP selflink for tracking instances throughout #4

Use GCP selflink for tracking instances throughout

Use GCP selflink for tracking instances throughout #4

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Download mockery
run: go install github.com/vektra/mockery/[email protected]
- name: Generate
run: go generate -v ./...
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.54