Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com> Co-authored-by: tischrei <tino.schreiber@t-systems.com> Co-committed-by: tischrei <tino.schreiber@t-systems.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			429 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			429 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Run Tox Check
 | 
						|
 | 
						|
on:
 | 
						|
  pull_request:
 | 
						|
    types: [opened, reopened, synchronize, edited]
 | 
						|
 | 
						|
jobs:
 | 
						|
  tox-py312:
 | 
						|
    runs-on: ubuntu
 | 
						|
    steps:
 | 
						|
      - uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1
 | 
						|
 | 
						|
  tox-pep8:
 | 
						|
    runs-on: ubuntu
 | 
						|
    steps:
 | 
						|
      - uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1
 | 
						|
        with:
 | 
						|
          tox-env: pep8
 |