We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dce484 commit 5997a85Copy full SHA for 5997a85
.github/workflows/validate-gentx.yml
@@ -8,6 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
if: "!contains(github.event.head_commit.message, 'ci skip')"
10
steps:
11
+ - name: 'Setup jq'
12
+ uses: dcarbone/install-jq-action@v2
13
- uses: actions/checkout@v2
14
- name: add permission
15
run: chmod +x ./scripts/validate-gentx.sh
0 commit comments