Skip to content

update dependencies and add golangci lint action #6

update dependencies and add golangci lint action

update dependencies and add golangci lint action #6

Workflow file for this run

name: Lint
on: [push]
permissions:
contents: read
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6