Skip to content

Merge branch 'main' into dependabot/go_modules/github.com/golang/glog… #216

Merge branch 'main' into dependabot/go_modules/github.com/golang/glog…

Merge branch 'main' into dependabot/go_modules/github.com/golang/glog… #216

Workflow file for this run

name: linting
on: push
permissions: read-all
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: go mod download
- name: Golangci-lint
uses: golangci/[email protected]