Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Removes Dependabot #1757

Removes Dependabot

Removes Dependabot #1757

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
GOEXPERIMENT: jsonv2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v6
with:
go-version: "1.25.x"
- uses: golangci/golangci-lint-action@v8
- run: "golangci-lint run ./..."