Skip to content

update lint recomendations #6

update lint recomendations

update lint recomendations #6

Workflow file for this run

name: Android CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
uses: ./.github/workflows/base.yml
with:
gradle-task: app:assembledebug
android-lint:
- uses: ./.github/workflows/base.yml

Check failure on line 16 in .github/workflows/android.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/android.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
with:
gradle-task: app:lint
- name: Archive android-lint results
uses: actions/upload-artifact@v3
with:
name: android-lint-report
path: build/app/reports/lint-results-debug.html
ktlint:
- uses: ./.github/workflows/base.yml
with:
gradle-task: app:ktlintCheck
- name: Archive ktlint results
uses: actions/upload-artifact@v3
with:
name: ktLint-report
path: build/app/reports/ktlint/**/*.txt