Skip to content

version: add update notifications, json output (#2421) #3079

version: add update notifications, json output (#2421)

version: add update notifications, json output (#2421) #3079

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
with:
version: v2.4.0