Skip to content

Merge branch 'aka/golangci' #9

Merge branch 'aka/golangci'

Merge branch 'aka/golangci' #9

Workflow file for this run

name: Linting
on: [push, pull_request]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: Lint with golang-ci
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
with:
version: v1.60