Skip to content

Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 #367

Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0

Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 #367

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: formatting
jobs:
check-sorted:
name: check sorted
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: verify example_test.go
run: |
grep "^func " example_test.go | sort -C