actions: better image for lint
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/default.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/default.yml
									
									
									
									
										vendored
									
									
								
							@@ -7,13 +7,12 @@ on:
 | 
				
			|||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
    test-lint:
 | 
					    test-lint:
 | 
				
			||||||
        runs-on: ubuntu-latest
 | 
					        runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					        container:
 | 
				
			||||||
 | 
					            image: catthehacker/ubuntu:act-latest
 | 
				
			||||||
        steps:
 | 
					        steps:
 | 
				
			||||||
            - uses: actions/checkout@v3
 | 
					            - uses: actions/checkout@v3
 | 
				
			||||||
              with:
 | 
					              with:
 | 
				
			||||||
                  fetch-depth: 0
 | 
					                  fetch-depth: 0
 | 
				
			||||||
            - uses: https://github.com/actions/setup-python@v2
 | 
					 | 
				
			||||||
              with:
 | 
					 | 
				
			||||||
                python-version: 3.x
 | 
					 | 
				
			||||||
            - run: pip install --upgrade pip
 | 
					            - run: pip install --upgrade pip
 | 
				
			||||||
            - run: pip install .[full] .[dev]
 | 
					            - run: pip install .[full] .[dev]
 | 
				
			||||||
            - run: isort --check-only --diff .
 | 
					            - run: isort --check-only --diff .
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user