when: - event: pull_request steps: - name: lint image: golangci/golangci-lint:latest commands: - golangci-lint run ./...