I don't know why github workflows hates me...
This commit is contained in:
		
							parent
							
								
									e21919c296
								
							
						
					
					
						commit
						f4059eb6cb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/lint.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -25,7 +25,7 @@ jobs:
 | 
				
			||||||
        node-version: 18.x
 | 
					        node-version: 18.x
 | 
				
			||||||
    - run: corepack enable
 | 
					    - run: corepack enable
 | 
				
			||||||
    - run: yarn set version berry
 | 
					    - run: yarn set version berry
 | 
				
			||||||
    - run: yarn workspaces foreach install --immutable
 | 
					    - run: yarn install --immutable
 | 
				
			||||||
      env:
 | 
					      env:
 | 
				
			||||||
        YARN_CHECKSUM_BEHAVIOR: update
 | 
					        YARN_CHECKSUM_BEHAVIOR: update
 | 
				
			||||||
    - run: yarn workspace ${{ matrix.workspace }} run lint
 | 
					    - run: yarn workspace ${{ matrix.workspace }} run lint
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue