when: - event: [push, pull_request] branch: main steps: - name: lint image: golangci/golangci-lint commands: - golangci-lint run