Skip to content

build(deps): bump gitlab.com/gitlab-org/api/client-go from 1.13.0 to 1.14.0 #3997

build(deps): bump gitlab.com/gitlab-org/api/client-go from 1.13.0 to 1.14.0

build(deps): bump gitlab.com/gitlab-org/api/client-go from 1.13.0 to 1.14.0 #3997

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