mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 13:53:41 +00:00 
			
		
		
		
	ci: replace corepack yarn command with yarn command
				
					
				
			This commit is contained in:
		
							parent
							
								
									f809e162fa
								
							
						
					
					
						commit
						0b8e9db81d
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@ -22,5 +22,5 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Build Package
 | 
					      - name: Build Package
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          corepack yarn build
 | 
					          yarn build
 | 
				
			||||||
          git diff --exit-code HEAD
 | 
					          git diff --exit-code HEAD
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@ -22,11 +22,11 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Check Format
 | 
					      - name: Check Format
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          corepack yarn format
 | 
					          yarn format
 | 
				
			||||||
          git diff --exit-code HEAD
 | 
					          git diff --exit-code HEAD
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Check Lint
 | 
					      - name: Check Lint
 | 
				
			||||||
        run: corepack yarn lint
 | 
					        run: yarn lint
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test-action:
 | 
					  test-action:
 | 
				
			||||||
    name: Test Action
 | 
					    name: Test Action
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user