Skip to content

chore(deps): bump github.com/urfave/cli from 1.22.15 to 1.22.16 #90

chore(deps): bump github.com/urfave/cli from 1.22.15 to 1.22.16

chore(deps): bump github.com/urfave/cli from 1.22.15 to 1.22.16 #90

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
golang:
name: Golang
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21.2'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
container:
name: Containerfile
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: Containerfile