We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a478c commit 751cf1bCopy full SHA for 751cf1b
.github/workflows/code-health.yml
@@ -61,11 +61,6 @@ jobs:
61
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804
62
with:
63
version: v1.56.2
64
- - name: actionlint
65
- run: |
66
- make tools
67
- actionlint -verbose -color
68
- shell: bash
69
website-lint:
70
runs-on: ubuntu-latest
71
steps:
.github/workflows/release.yml
@@ -55,8 +55,7 @@ jobs:
55
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
56
passphrase: ${{ secrets.PASSPHRASE }}
57
- name: Set the user terminal
58
- run: GPG_TTY=$(tty) && export GPG_TTY
59
- shell: /usr/bin/bash -e {0}
+ run: export GPG_TTY=$(tty)
60
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
0 commit comments