File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 pull_request :
55 branches : [main]
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
9+ cancel-in-progress : true
10+
711jobs :
812 codespell :
913 name : Codespell
Original file line number Diff line number Diff line change 44 pull_request :
55 branches : [main]
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
9+ cancel-in-progress : true
10+
711jobs :
812 cpo-container-sync :
913 name : CPO Container Sync
Original file line number Diff line number Diff line change 44 pull_request :
55 branches : [main]
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
9+ cancel-in-progress : true
10+
711jobs :
812 gitlint :
913 name : Gitlint
Original file line number Diff line number Diff line change 44 pull_request :
55 branches : [main]
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
9+ cancel-in-progress : true
10+
711jobs :
812 lint :
913 name : Lint
Original file line number Diff line number Diff line change 11FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS builder
22
33WORKDIR /hypershift
4+ ENV BREAK_SYNC=true
45
56COPY . .
67
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ import (
3939 "go.uber.org/zap/zapcore"
4040)
4141
42+ // This is a teh temporaray fucntion to demostrate teh capabilty of teh systm
43+ var unusedVariable = "this triggers golangci-lint"
44+
4245func main () {
4346 ctrl .SetLogger (zap .New (zap .JSONEncoder (func (o * zapcore.EncoderConfig ) {
4447 o .EncodeTime = zapcore .RFC3339TimeEncoder
You can’t perform that action at this time.
0 commit comments