New upstream version 0.0.15
This commit is contained in:
parent
3e1f11dd79
commit
c286789e37
55 changed files with 3578 additions and 1371 deletions
24
.github/workflows/disperse.yml
vendored
Normal file
24
.github/workflows/disperse.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
name: Disperse configuration
|
||||
|
||||
"on":
|
||||
- push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install protobuf-compiler
|
||||
- name: Install disperse
|
||||
run: |
|
||||
pip install git+https://github.com/jelmer/disperse
|
||||
- name: Validate disperse.conf
|
||||
run: |
|
||||
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python disperse validate .
|
Loading…
Add table
Add a link
Reference in a new issue