aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/verify_p2pool.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/verify_p2pool.yml')
-rw-r--r--.github/workflows/verify_p2pool.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/verify_p2pool.yml b/.github/workflows/verify_p2pool.yml
new file mode 100644
index 00000000..c1653570
--- /dev/null
+++ b/.github/workflows/verify_p2pool.yml
@@ -0,0 +1,16 @@
+name: ci/gh-actions/verify
+on:
+ push:
+ paths:
+ - 'src/p2pool/P2PoolManager.cpp'
+ pull_request:
+ paths:
+ - 'src/p2pool/P2PoolManager.cpp'
+jobs:
+ p2pool-hashes:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: Verify Hashes
+ run: |
+ python3 .github/verify_p2pool.py