Skip to content

chore(deps): bump docker/setup-buildx-action from 1 to 3 #139

chore(deps): bump docker/setup-buildx-action from 1 to 3

chore(deps): bump docker/setup-buildx-action from 1 to 3 #139

Workflow file for this run

name: Lint Golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: check out code
uses: actions/checkout@v2
- name: run linter
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "-c .golangci.yml"