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

Merge pull request #522 from mneverov/remove-ipvsadm #109

Merge pull request #522 from mneverov/remove-ipvsadm

Merge pull request #522 from mneverov/remove-ipvsadm #109

Workflow file for this run

name: Code format verify
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
gofmt:
name: Run gofmt verify
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version-file: go.work
stable: 'false'
- name: Install dependencies
run: |
go version
go install golang.org/x/lint/golint@latest
- name: checkout
uses: actions/checkout@v3
- name: run gofmt tests
run: ./hack/verify-gofmt.sh