mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	ci: fix format task
This commit is contained in:
		
							parent
							
								
									4fdc900581
								
							
						
					
					
						commit
						e11a3414ae
					
				| @ -5,8 +5,7 @@ | |||||||
| 
 | 
 | ||||||
| shopt -s nullglob globstar | shopt -s nullglob globstar | ||||||
| 
 | 
 | ||||||
| if grep -nrI '\s$' src **/*.yml **/*.txt **/*.md Doxyfile .gitignore .gitmodules .ci* dist/*.desktop \ | if git grep -nrI '\s$' src **/*.yml **/*.txt **/*.md Doxyfile .gitignore .gitmodules .ci* dist/*.desktop dist/*.svg dist/*.xml; then | ||||||
|                  dist/*.svg dist/*.xml; then |  | ||||||
|     echo Trailing whitespace found, aborting |     echo Trailing whitespace found, aborting | ||||||
|     exit 1 |     exit 1 | ||||||
| fi | fi | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user