Skip to content

Access Commit._extra rather than deprecated Commit.extra #366

Access Commit._extra rather than deprecated Commit.extra

Access Commit._extra rather than deprecated Commit.extra #366

Workflow file for this run

---
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 .