Verify merge as git action

This commit is contained in:
mj-xmr 2021-04-10 18:17:09 +02:00
parent 55b6abd26a
commit 3326d08b3b
2 changed files with 12 additions and 7 deletions

12
.github/workflows/verify-merge.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: ci/gh-actions/verify-merge
on: [push, pull_request]
jobs:
verify-merge:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: verify-merge
run: python3 ./verify-merge.py --import-keys

View file

@ -1,7 +0,0 @@
language: python
python:
- "3.7.0"
script:
- python ./verify-merge.py --import-keys