Skip to content

Add --org option to run report of all repos in an org (#47) #94

Add --org option to run report of all repos in an org (#47)

Add --org option to run report of all repos in an org (#47) #94

Workflow file for this run

name: golangci-lint
on:
push:
tags: [ 'v*' ]
branches: [ 'main', 'release-*']
pull_request:
branches: [ 'main', 'release-*']
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.46.2