Disable Prettier check in CI (#1619)
Disables `prettier:check` until discrepancies are handled in https://github.com/webrecorder/browsertrix-cloud/issues/1618 so that formatting issues don't fail CI runs.
This commit is contained in:
		
							parent
							
								
									d2862ff797
								
							
						
					
					
						commit
						05e03e0b90
					
				
							
								
								
									
										4
									
								
								.github/workflows/frontend-build-check.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/frontend-build-check.yaml
									
									
									
									
										vendored
									
									
								
							| @ -35,7 +35,9 @@ jobs: | |||||||
|         run: yarn lint:check |         run: yarn lint:check | ||||||
|       - name: Format |       - name: Format | ||||||
|         working-directory: frontend |         working-directory: frontend | ||||||
|         run: yarn format:check |         # TODO Reenable when https://github.com/webrecorder/browsertrix-cloud/issues/1618 is addressed | ||||||
|  |         # run: yarn format:check | ||||||
|  |         run: yarn prettier --list-different . | ||||||
|       - name: Unit tests |       - name: Unit tests | ||||||
|         working-directory: frontend |         working-directory: frontend | ||||||
|         run: yarn test |         run: yarn test | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user