Skip to content

Fix copy to make kubectl not remake oc #19

Fix copy to make kubectl not remake oc

Fix copy to make kubectl not remake oc #19

Workflow file for this run

---
name: "Linting"
on:
push:
branches:
- "*"
env:
GO_VERSION: "1.18.x"
jobs:
lint:
name: "Lint"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "${{ env.GO_VERSION }}"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
github-token: "${{ github.token }}"
working-directory: .
version: v1.52.2