Skip to content

build(deps): bump github.com/urfave/cli/v3 from 3.6.1 to 3.6.2 #3998

build(deps): bump github.com/urfave/cli/v3 from 3.6.1 to 3.6.2

build(deps): bump github.com/urfave/cli/v3 from 3.6.1 to 3.6.2 #3998

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
show-progress: false
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.ver
cache-dependency-path: tools/golangci-lint/go.sum
- name: Lint code
run: make lint
format:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
show-progress: false
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.ver
cache-dependency-path: tools/golangci-lint/go.sum
- name: Format code
run: make format
- name: Check for local changes
run: git diff --exit-code