Compare commits
	
		
			6 Commits
		
	
	
		
			main
			...
			add_action
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 67b52db446 | |||
| f1eff9e5c7 | |||
| 702d2a8503 | |||
| 552291580c | |||
| 953bba744f | |||
| b566f3916a | 
							
								
								
									
										18
									
								
								.gitea/workflows/python-tox.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.gitea/workflows/python-tox.yaml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,18 @@
 | 
			
		||||
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
 | 
			
		||||
		Reference in New Issue
	
	Block a user