Skip to content

Fix orphaned NSX allocation on IP realization failure #7429

Fix orphaned NSX allocation on IP realization failure

Fix orphaned NSX allocation on IP realization failure #7429

Workflow file for this run

---
name: golangci-lint
on:
pull_request:
paths-ignore:
- README.md
push:
branches:
- master
- 'branch_*'
- 'release-*'
paths-ignore:
- README.md
schedule:
- cron: 0 0 * * 0
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup Go
uses: ./.github/actions/setup-go
- name: Download Go Modules
run: go mod download
- name: Build
run: go build -v .
- name: Run Linters
uses: ./.github/actions/golangci-lint
with:
only-new-issues: true
- name: Check provider.go sorting
run: ./scripts/check_object_sorting.sh