mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 23:22:03 +00:00 
			
		
		
		
	CICD: Put documentation testing in its own job (#1831)
For increased parallelization and thus a faster CICD pipeline.
This commit is contained in:
		
							
								
								
									
										13
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							| @@ -86,6 +86,19 @@ jobs: | |||||||
|       run: bat --list-languages |       run: bat --list-languages | ||||||
|     - name: List of themes |     - name: List of themes | ||||||
|       run: bat --list-themes |       run: bat --list-themes | ||||||
|  |  | ||||||
|  |   documentation: | ||||||
|  |     name: Documentation | ||||||
|  |     runs-on: ubuntu-20.04 | ||||||
|  |     steps: | ||||||
|  |     - name: Git checkout | ||||||
|  |       uses: actions/checkout@v2 | ||||||
|  |     - name: Install Rust toolchain | ||||||
|  |       uses: actions-rs/toolchain@v1 | ||||||
|  |       with: | ||||||
|  |         toolchain: stable | ||||||
|  |         default: true | ||||||
|  |         profile: minimal | ||||||
|     - name: Check documentation |     - name: Check documentation | ||||||
|       env: |       env: | ||||||
|         RUSTDOCFLAGS: -D warnings |         RUSTDOCFLAGS: -D warnings | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user