Skip to content

build(deps): bump github.com/xanzy/go-gitlab from 0.112.0 to 0.113.0 #30

build(deps): bump github.com/xanzy/go-gitlab from 0.112.0 to 0.113.0

build(deps): bump github.com/xanzy/go-gitlab from 0.112.0 to 0.113.0 #30

Workflow file for this run

name: Go Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6