Skip to content

feat: allow to customize branch count by env var #14

feat: allow to customize branch count by env var

feat: allow to customize branch count by env var #14

Workflow file for this run

name: golangci-lint
on:
push:
branches:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.version }}
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.59