Skip to content

Only reset network if a network configurator is used #2415

Only reset network if a network configurator is used

Only reset network if a network configurator is used #2415

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Analysis
uses: golangci/golangci-lint-action@v6
with:
args: -v