Skip to content

Add Dependabot configuration with auto-merge workflow #191

Add Dependabot configuration with auto-merge workflow

Add Dependabot configuration with auto-merge workflow #191

Workflow file for this run

name: Lint
on:
push:
pull_request:
merge_group:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v8