mirror of
https://github.com/monero-project/gitian.sigs.git
synced 2024-11-16 18:47:36 +00:00
Merge pull request #141 into master
This commit is contained in:
commit
e06add9391
2 changed files with 12 additions and 7 deletions
12
.github/workflows/verify-merge.yml
vendored
Normal file
12
.github/workflows/verify-merge.yml
vendored
Normal 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
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
language: python
|
|
||||||
|
|
||||||
python:
|
|
||||||
- "3.7.0"
|
|
||||||
|
|
||||||
script:
|
|
||||||
- python ./verify-merge.py --import-keys
|
|
Loading…
Reference in a new issue