Skip to content

Merge pull request #66 from bart0sh/PR004-update-deployment-for-1.31 #219

Merge pull request #66 from bart0sh/PR004-update-deployment-for-1.31

Merge pull request #66 from bart0sh/PR004-update-deployment-for-1.31 #219

Workflow file for this run

name: Run lint
on: [ push, pull_request ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: update vendor
run: go mod vendor
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: -v --timeout 5m
skip-cache: true