Skip to content

build(deps): Bump actionsdesk/lfs-warning from 3.2 to 3.3 #5

build(deps): Bump actionsdesk/lfs-warning from 3.2 to 3.3

build(deps): Bump actionsdesk/lfs-warning from 3.2 to 3.3 #5

Workflow file for this run

name: Lint
on:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version-file: go.mod
cache: false
- name: Golangci lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
with:
version: v1.54
args: --verbose