Skip to content

Commit

Permalink
Create validate-gentx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping authored Mar 21, 2024
1 parent 9ca66bd commit b3a7005
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/validate-gentx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: validate-gentx
on:
pull_request:
# branches: [dev]
jobs:
build:
name: GenTx
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v2
- name: Validating...
run: ./script/validate-gentx.sh

0 comments on commit b3a7005

Please sign in to comment.