add config workflow

This commit is contained in:
liangping 2022-10-26 17:22:10 +08:00
parent 7e5d2b64f0
commit b10e2a6ffc

18
.github/workflows/config-check.yaml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Deploy to ping.pub
on:
# push:
# branches: [ master ]
pull_request:
branches: [ master ]
jobs:
deploy:
name: Check Blockchain Config
runs-on: ubuntu-latest
steps:
- name: Git Checkout Latest
uses: actions/checkout@v2
- name: Check Chain Configs
uses: ping-pub/ping-dashboard-config-checker@v1.0