Skip to content

fix: aesthetics.

fix: aesthetics. #98

Workflow file for this run

name: golangci-lint

Check failure on line 1 in .github/workflows/golangci-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/golangci-lint.yml

Invalid workflow file

(Line: 20, Col: 14): Unexpected value ''
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '1.25.6'
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
# Optional: golangci-lint version, default is the latest one.
#version: v1.64
# Optional: working directory, useful for monorepos
# working-directory: somedir
# Optional: golangci-lint command line arguments.
#args: --exclude-use-default=false
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true