Fix working-directory
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/validate-kotlin.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/validate-kotlin.yml
									
									
									
									
										vendored
									
									
								
							| @@ -16,8 +16,9 @@ jobs: | ||||
|   AndroidLint: | ||||
|     name: AndroidLint | ||||
|     runs-on: ubuntu-latest | ||||
|     env: | ||||
|       working-directory: ./android | ||||
|     defaults: | ||||
|       run: | ||||
|         working-directory: ./android | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - name: Setup JDK 1.8 | ||||
| @@ -26,8 +27,6 @@ jobs: | ||||
|           java-version: 1.8 | ||||
|       - name: Run Gradle Lint | ||||
|         run: ./gradlew lint | ||||
|         working-directory: ${{env.working-directory}} | ||||
|       - uses: yutailang0119/action-android-lint@v1.0.2 | ||||
|         with: | ||||
|           xml_path: build/reports/lint-results.xml | ||||
|         working-directory: ${{env.working-directory}} | ||||
|   | ||||
							
								
								
									
										5
									
								
								.github/workflows/validate-swift.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/validate-swift.yml
									
									
									
									
										vendored
									
									
								
							| @@ -30,8 +30,9 @@ jobs: | ||||
|   #   name: SwiftFormat | ||||
|   #   description: 'https://github.com/nicklockwood/SwiftFormat' | ||||
|   #   runs-on: ubuntu-latest | ||||
|   #   env: | ||||
|   #     working-directory: ./ios | ||||
|     # defaults: | ||||
|     #   run: | ||||
|     #     working-directory: ./ios | ||||
|   #   steps: | ||||
|   #     - uses: actions/checkout@v2 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user