File: disperse.yml

package info (click to toggle)
python-wikkid 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 756 kB
  • sloc: python: 3,051; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 .