Skip to content

Promote @tenzen-y to approver (#632) #764

Promote @tenzen-y to approver (#632)

Promote @tenzen-y to approver (#632) #764

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
args: --timeout=5m --go=1.20
only-new-issues: true