Skip to content

Update github.com/bmc-toolbox/common digest to 5eb9915 #262

Update github.com/bmc-toolbox/common digest to 5eb9915

Update github.com/bmc-toolbox/common digest to 5eb9915 #262

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.48.0
args: "--timeout=5m --out-${NO_FUTURE}format colored-line-number"