[ci] Check fmt for examples/doctests
This commit is contained in:
		
							parent
							
								
									0ec064ef13
								
							
						
					
					
						commit
						4a23070cc8
					
				
							
								
								
									
										4
									
								
								.github/workflows/cont_integration.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/cont_integration.yml
									
									
									
									
										vendored
									
									
								
							| @ -162,7 +162,7 @@ jobs: | |||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v2 | ||||||
|       - name: Set default toolchain |       - name: Set default toolchain | ||||||
|         run: rustup default 1.51.0 # STABLE |         run: rustup default nightly | ||||||
|       - name: Set profile |       - name: Set profile | ||||||
|         run: rustup set profile minimal |         run: rustup set profile minimal | ||||||
|       - name: Add rustfmt |       - name: Add rustfmt | ||||||
| @ -170,4 +170,4 @@ jobs: | |||||||
|       - name: Update toolchain |       - name: Update toolchain | ||||||
|         run: rustup update |         run: rustup update | ||||||
|       - name: Check fmt |       - name: Check fmt | ||||||
|         run: cargo fmt --all -- --check |         run: cargo fmt --all -- --config format_code_in_doc_comments=true --check | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user