Explorar el Código

Merge pull request #1151 from jelmer/disperse-validate-action

Use disperse-validate action
Jelmer Vernooij hace 2 años
padre
commit
2bd9863ea8
Se han modificado 1 ficheros con 1 adiciones y 11 borrados
  1. 1 11
      .github/workflows/disperse.yml

+ 1 - 11
.github/workflows/disperse.yml

@@ -11,14 +11,4 @@ jobs:
 
     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 .
+      - uses: jelmer/action-disperse-validate@v1