Skip to content

Update module github.com/urfave/cli/v2 to v2.27.4 #82

Update module github.com/urfave/cli/v2 to v2.27.4

Update module github.com/urfave/cli/v2 to v2.27.4 #82

Workflow file for this run

name: lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: "Run linter (golangci-lint)"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout code"
uses: actions/checkout@v3
- name: "Run golangci-lint"
id: "run-linter"
uses: golangci/golangci-lint-action@v3