Skip to content

Commit 751cf1b

Browse files
authored
revert actionlint to enable release gh action (#2034)
1 parent 89a478c commit 751cf1b

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/code-health.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804
6262
with:
6363
version: v1.56.2
64-
- name: actionlint
65-
run: |
66-
make tools
67-
actionlint -verbose -color
68-
shell: bash
6964
website-lint:
7065
runs-on: ubuntu-latest
7166
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
5656
passphrase: ${{ secrets.PASSPHRASE }}
5757
- name: Set the user terminal
58-
run: GPG_TTY=$(tty) && export GPG_TTY
59-
shell: /usr/bin/bash -e {0}
58+
run: export GPG_TTY=$(tty)
6059
- name: Run GoReleaser
6160
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
6261
with:

0 commit comments

Comments
 (0)