mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Update linting task in action workflows
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build_pull_request.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build_pull_request.yml
									
									
									
									
										vendored
									
									
								
							@@ -36,4 +36,4 @@ jobs:
 | 
			
		||||
      - name: Build app and run unit tests
 | 
			
		||||
        uses: gradle/gradle-command-action@v2
 | 
			
		||||
        with:
 | 
			
		||||
          arguments: lintKotlin assembleStandardRelease testReleaseUnitTest
 | 
			
		||||
          arguments: ktlintCheck assembleStandardRelease testReleaseUnitTest
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/build_push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build_push.yml
									
									
									
									
										vendored
									
									
								
							@@ -31,7 +31,7 @@ jobs:
 | 
			
		||||
      - name: Build app and run unit tests
 | 
			
		||||
        uses: gradle/gradle-command-action@v2
 | 
			
		||||
        with:
 | 
			
		||||
          arguments: lintKotlin assembleStandardRelease testReleaseUnitTest
 | 
			
		||||
          arguments: ktlintCheck assembleStandardRelease testReleaseUnitTest
 | 
			
		||||
 | 
			
		||||
      # Sign APK and create release for tags
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user