mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	ci: fix file mode check in format script
This commit is contained in:
		
							parent
							
								
									6533dfd7ce
								
							
						
					
					
						commit
						84787a2ada
					
				| @ -25,7 +25,7 @@ for f in $FILES_TO_LINT; do | ||||
|     "$CLANG_FORMAT" -i "$f" | ||||
| done | ||||
| 
 | ||||
| DIFF=$(git diff) | ||||
| DIFF=$(git -c core.fileMode=false diff) | ||||
| 
 | ||||
| if [ ! -z "$DIFF" ]; then | ||||
|     echo "!!! Not compliant to coding style, here is the fix:" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user