This commit is contained in:
		
							parent
							
								
									401de2484b
								
							
						
					
					
						commit
						7f9dd0b356
					
				| @ -4,9 +4,9 @@ when: | |||||||
| 
 | 
 | ||||||
| steps: | steps: | ||||||
|   - name: Perform checks |   - name: Perform checks | ||||||
|     image: ghcr.io/astral-sh/uv:0.6.14-python3.13-bookworm |     image: ghcr.io/astral-sh/uv:python3.13-alpine | ||||||
|     commands: |     commands: | ||||||
|       - apt-get update && apt-get install -y --no-install-recommends cargo |       - apk add --no-cache cargo | ||||||
|       - uv sync --all-extras |       - uv sync --all-extras | ||||||
|       # Lint the code |       # Lint the code | ||||||
|       - uv run ruff check src/xmpp_api/ |       - uv run ruff check src/xmpp_api/ | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user