disperse.yml 535 B

123456789101112131415161718192021222324
  1. ---
  2. name: Disperse configuration
  3. "on":
  4. - push
  5. jobs:
  6. build:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: actions/checkout@v2
  10. - name: Set up Python
  11. uses: actions/setup-python@v2
  12. - name: Install dependencies
  13. run: |
  14. sudo apt install protobuf-compiler
  15. - name: Install disperse
  16. run: |
  17. pip install git+https://github.com/jelmer/disperse
  18. - name: Validate disperse.conf
  19. run: |
  20. PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python disperse validate .