Skip to content

ci: updated verbm installation #25

ci: updated verbm installation

ci: updated verbm installation #25

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Golangci-lint
uses: golangci/golangci-lint-action@v6