Skip to content

merge kubeflow/common.v1 to mpi-operator #633

merge kubeflow/common.v1 to mpi-operator

merge kubeflow/common.v1 to mpi-operator #633

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
args: --timeout=5m --go=1.19
only-new-issues: true