Skip to content

Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 (#827) #878

Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 (#827)

Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 (#827) #878

on:
push:
branches:
- v2
pull_request:
branches:
- v2
name: formatting
jobs:
check-sorted:
name: check sorted
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: verify example_test.go
run: |
grep "^func [a-z-A-Z]" example_test.go | sort -c