Skip to content

Commit 2ea3cd5

Browse files
committed
TEMPORARY: make action linter fail
1 parent 214b694 commit 2ea3cd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-health.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
go-version-file: 'go.mod'
2424
- name: Build
2525
run: make build
26+
- name: Set the user terminal
27+
run: export GPG_TTY=$(tty)
2628
unit-test:
2729
needs: build
2830
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)