1- name : ' Checks'
1+ name : " Checks"
22
33env :
44 IS_RELEASE_BRANCH : ${{ startsWith(github.head_ref, 'release-please-') }}
@@ -101,7 +101,7 @@ jobs:
101101 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
102102 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
103103 with :
104- go-version-file : ' service/go.mod'
104+ go-version-file : " service/go.mod"
105105 check-latest : false
106106 cache-dependency-path : |
107107 service/go.sum
@@ -173,7 +173,7 @@ jobs:
173173 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
174174 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
175175 with :
176- go-version-file : ' service/go.mod'
176+ go-version-file : " service/go.mod"
177177 check-latest : false
178178 cache-dependency-path : |
179179 service/go.sum
@@ -289,7 +289,7 @@ jobs:
289289 platform-ref : ${{ github.event.pull_request.head.sha || github.sha }}
290290 - uses : opentdf/otdfctl/e2e@main
291291 with :
292- otdfctl-ref : ' main'
292+ otdfctl-ref : " main"
293293
294294 buflint :
295295 name : Protocol Buffer Lint and Gencode Up-to-date check
@@ -305,10 +305,10 @@ jobs:
305305 - uses : bufbuild/buf-breaking-action@c57b3d842a5c3f3b454756ef65305a50a587c5ba
306306 with :
307307 input : service
308- against : ' https://github.com/opentdf/platform.git#branch=main,subdir=service'
308+ against : " https://github.com/opentdf/platform.git#branch=main,subdir=service"
309309 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
310310 with :
311- go-version-file : ' service/go.mod'
311+ go-version-file : " service/go.mod"
312312 check-latest : false
313313 cache-dependency-path : |
314314 service/go.sum
@@ -353,7 +353,7 @@ jobs:
353353 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
354354 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
355355 with :
356- go-version-file : ' service/go.mod'
356+ go-version-file : " service/go.mod"
357357 check-latest : false
358358 cache : false
359359 - name : check service licenses
0 commit comments