File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 4444 concurrency :
4545 group : run-unit-tests-${{ github.head_ref || github.ref_name }}
4646 cancel-in-progress : true
47- needs :
48- - lint
49- - code-format-check
5047 runs-on : ubuntu-latest
5148 outputs :
5249 result : ${{ steps.run-unit-tests.outputs.result }}
8885 group : run-e2e-tests-${{ github.head_ref || github.ref_name }}
8986 cancel-in-progress : true
9087 needs :
91- - lint
92- - code-format-check
9388 - run-unit-tests
9489 runs-on : ubuntu-latest
9590 outputs :
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ linters:
130130 disable-all : true
131131 enable :
132132# - cyclop
133- - deadcode
134133 - depguard
135134 - dogsled
136135# - dupl
@@ -176,7 +175,6 @@ linters:
176175 - revive
177176 - staticcheck
178177 - stylecheck
179- - structcheck
180178# - tagliatelle
181179# - testpackage
182180# - thelper
@@ -186,7 +184,6 @@ linters:
186184 - unparam
187185 - unused
188186# - varnamelen
189- - varcheck
190187 - whitespace
191188# - wrapcheck
192189# - wsl
You can’t perform that action at this time.
0 commit comments