Skip to content

fix: calling start multiple times should no-op (#901) #1004

fix: calling start multiple times should no-op (#901)

fix: calling start multiple times should no-op (#901) #1004

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@v6
- name: verify example_test.go
run: |
grep "^func [a-z-A-Z]" example_test.go | sort -c