Skip to content

lint include all projects #5

lint include all projects

lint include all projects #5

Workflow file for this run

name: Android Lint
on:
push:
branches:
- 'master'
pull_request:
branches-ignore:
- 'master'
jobs:
checkLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Build app
run: ./gradlew lint -x :rclone:buildAll
- name: Upload Reports
uses: actions/upload-artifact@v3
with:
name: Lint Reports
path: **/build/reports/

Check failure on line 28 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
retention-days: 30