mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Run uv run with --frozen (#35097)
				
					
				
			This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -393,11 +393,11 @@ lint-actions: ## lint action workflow files | ||||
| .PHONY: lint-templates | ||||
| lint-templates: .venv node_modules ## lint template files | ||||
| 	@node tools/lint-templates-svg.js | ||||
| 	@uv run djlint $(shell find templates -type f -iname '*.tmpl') | ||||
| 	@uv run --frozen djlint $(shell find templates -type f -iname '*.tmpl') | ||||
|  | ||||
| .PHONY: lint-yaml | ||||
| lint-yaml: .venv ## lint yaml files | ||||
| 	@uv run yamllint -s . | ||||
| 	@uv run --frozen yamllint -s . | ||||
|  | ||||
| .PHONY: watch | ||||
| watch: ## watch everything and continuously rebuild | ||||
|   | ||||
		Reference in New Issue
	
	Block a user