Skip to content

feat: apply name style to first element too #103

feat: apply name style to first element too

feat: apply name style to first element too #103

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- uses: golangci/golangci-lint-action@v6
with:
version: v1.60
gomod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- run: |
go mod tidy
git diff --exit-code go.mod
git diff --exit-code go.sum