summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/rook/rook-client-python/.github/workflows/generate.yml
blob: 97ac5a222c3ce632fca831ec544cb473d1af6c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Python application

on: [push, pull_request]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Set up Python 3.8
      uses: actions/setup-python@v1
      with:
        python-version: 3.8
    - name: clone rook
      run: |
        git clone --depth 1 https://github.com/rook/rook.git
    - name: Run generate.sh
      run: |
        ./generate.sh $PWD/rook