Skip to content

Set explicit default for timeout input in action.yml #22

Set explicit default for timeout input in action.yml

Set explicit default for timeout input in action.yml #22

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
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.50
args: --timeout=5m --config dev/.golangci.yaml