mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	ci: use cargo check's --check option directly
				
					
				
			This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -188,8 +188,7 @@ jobs: | ||||
|         toolchain: stable | ||||
|         components: rustfmt | ||||
|     - name: Check formatting | ||||
|       run: | | ||||
|         cargo fmt --all -- --check | ||||
|       run: cargo fmt --all --check | ||||
|  | ||||
|   docs: | ||||
|     name: Docs | ||||
|   | ||||
		Reference in New Issue
	
	Block a user