8000 Merge branch 'main' into issue_2137 · urfave/cli@e608426 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Fix:(issue_2137) Ensure default value for bool with inverse flag is h… #578

Fix:(issue_2137) Ensure default value for bool with inverse flag is h…

Fix:(issue_2137) Ensure default value for bool with inverse flag is h… #578

Workflow file for this run

name: Run lints
on:
push:
tags:
- v3.*
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest
0