We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac08888 commit b1d89e3Copy full SHA for b1d89e3
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: go test ./...
35
36
format:
37
- name: Format on Linux
+ name: Format
38
runs-on: ubuntu-latest
39
if: github.event_name == 'push' # only format on push events (not PRs from forks)
40
0 commit comments