add config workflow
This commit is contained in:
parent
7e5d2b64f0
commit
b10e2a6ffc
18
.github/workflows/config-check.yaml
vendored
Normal file
18
.github/workflows/config-check.yaml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user