mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-10-31 16:07:38 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			332 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			332 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: pre-commit
 | |
| 
 | |
| on:
 | |
|   push:
 | |
|     branches:
 | |
|       - main
 | |
|   pull_request:
 | |
| 
 | |
| jobs:
 | |
|   pre-commit:
 | |
|     runs-on: ubuntu-latest
 | |
| 
 | |
|     steps:
 | |
|       - uses: actions/checkout@v5
 | |
|         with:
 | |
|           fetch-depth: 0
 | |
| 
 | |
|       - uses: actions/setup-python@v6
 | |
|         with:
 | |
|           python-version: "3.10"
 | |
| 
 | |
|       - uses: pre-commit/action@v3.0.1
 |