Correct workflow instructions
This commit is contained in:
		
							parent
							
								
									2658ad41ec
								
							
						
					
					
						commit
						6408db765e
					
				
							
								
								
									
										2
									
								
								.github/workflows/checkin.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/checkin.yml
									
									
									
									
										vendored
									
									
								
							@ -20,6 +20,6 @@ jobs:
 | 
			
		||||
      # Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
 | 
			
		||||
      run: |
 | 
			
		||||
        git diff --exit-code --stat -- . ':!node_modules' \
 | 
			
		||||
        || (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
 | 
			
		||||
        || (echo "##[error] found changed files after build. please 'npm install && npm run build'" \
 | 
			
		||||
                 "and check in all changes" \
 | 
			
		||||
            && exit 1)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user