Skip to content

chore(deps): bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.3 #202

chore(deps): bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.3

chore(deps): bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.3 #202

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set Golang
uses: actions/setup-go@v5
with:
go-version: "1.22.x"
cache: false
- name: Check spelling with custom config file
uses: crate-ci/typos@master
with:
config: ./.typos.toml
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest