Skip to content

Lint

Lint #3

Workflow file for this run

name: Push
on:
push:
branches: [ "master" ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: CheckOut the code
uses: actions/checkout@v2
- name: Run Lint
run: ./gradlew lintDebug
# - name: Upload html test report
# uses: actions
# build:
# name: Build
# runs-on: ubuntu-latest
# steps:
# - run: echo "The job was automatically triggered by a ${{ github.event_name }} event."