I ran gofmt -w . on the project root. As you can see there are a lot of files with broken formatting. Probably there must be some automatic formatting check on PR submit. I have no experience with GitHub CI but as far as I can understand similar check can be added to test.yml.
I ran
gofmt -w .
on the project root. As you can see there are a lot of files with broken formatting. Probably there must be some automatic formatting check on PR submit. I have no experience with GitHub CI but as far as I can understand similar check can be added to test.yml.