Skip to content

Commit

Permalink
revert actionlint to enable release gh action (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Mar 15, 2024
1 parent 89a478c commit 751cf1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/code-health.yml
Expand Up @@ -61,11 +61,6 @@ jobs:
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804
with:
version: v1.56.2
- name: actionlint
run: |
make tools
actionlint -verbose -color
shell: bash
website-lint:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -55,8 +55,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Set the user terminal
run: GPG_TTY=$(tty) && export GPG_TTY
shell: /usr/bin/bash -e {0}
run: export GPG_TTY=$(tty)
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
with:
Expand Down

0 comments on commit 751cf1b

Please sign in to comment.