Skip to content

SatelCreative/satel-python-poetry-ci-docgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Satel Python Poetry Continous Integration and Document Generation

This centralized GitHub action runs tests on a python app using poetry and generate redoc and model links

Usage

  poetry-redoc:
    timeout-minutes: 15
    runs-on: samba
    environment: ${{ inputs.environment }}
    env:
      PYTHON_VERSION: "<PYTHON_VERSION>"
    outputs:
      REDOC_LINKS: ${{ steps.links.outputs.REDOC_LINKS }}  
      COVERAGE_LINKS: ${{ steps.links.outputs.COVERAGE_LINKS }} 
    steps:
      - name: Check out repository
        uses: actions/[email protected]

      - name: Poetry ci docgen
        uses: SatelCreative/[email protected]
        with:       
          app-name: ${{ inputs.app-name }}
          environment: ${{ inputs.environment }}
          work-dir: ${{ inputs.work-dir }}
          python-version: ${{ env.PYTHON_VERSION }}
          portal-url: "<PORTAL-URL>"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •