We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6828c77 commit 992dbc0Copy full SHA for 992dbc0
1 file changed
.github/workflows/android lint.yml
@@ -24,7 +24,6 @@ jobs:
24
- name: Create local.properties
25
run: |
26
echo "sdk.dir=$(pwd)/android-sdk" >> local.properties
27
- echo "${{ secrets.LOCAL_PROPERTIES }}" >> local.properties
28
- run: ./gradlew :app:lint
29
- uses: yutailang0119/action-android-lint@v4
30
with:
0 commit comments