Skip to content

Add account to labels on logpush events, bump golangci #65

Add account to labels on logpush events, bump golangci

Add account to labels on logpush events, bump golangci #65

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: GO lang CI linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v6 # https://github.com/marketplace/actions/run-golangci-lint
with:
version: v1.58.0