Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Include list option to show just install info #23

Include list option to show just install info

Include list option to show just install info #23

Workflow file for this run

name: "Golang CI lint"
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- '.wordlist.txt'
pull_request:
paths-ignore:
- '**.md'
- '.wordlist.txt'
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: --timeout=5m