Skip to content

Commit 5997a85

Browse files
authored
Update validate-gentx.yml
1 parent 4dce484 commit 5997a85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-gentx.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
if: "!contains(github.event.head_commit.message, 'ci skip')"
1010
steps:
11+
- name: 'Setup jq'
12+
uses: dcarbone/install-jq-action@v2
1113
- uses: actions/checkout@v2
1214
- name: add permission
1315
run: chmod +x ./scripts/validate-gentx.sh

0 commit comments

Comments
 (0)