Skip to content

Bump k8s.io/apimachinery from 0.0.0-20190116203031-d49e237a2683 to 0.16.13 #5

Bump k8s.io/apimachinery from 0.0.0-20190116203031-d49e237a2683 to 0.16.13

Bump k8s.io/apimachinery from 0.0.0-20190116203031-d49e237a2683 to 0.16.13 #5

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--enable-all --exclude-use-default=false"