@@ -0,0 +1,27 @@
|
||||
#name: Lint
|
||||
#
|
||||
#on:
|
||||
# pull_request:
|
||||
# push:
|
||||
# branches:
|
||||
# - develop
|
||||
#
|
||||
#jobs:
|
||||
# lint:
|
||||
# runs-on: ubuntu-latest
|
||||
#
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
#
|
||||
# - uses: actions/setup-java@v4
|
||||
# with:
|
||||
# distribution: temurin
|
||||
# java-version: "17"
|
||||
#
|
||||
# - run: chmod +x gradlew
|
||||
#
|
||||
# - name: Detekt
|
||||
# run: ./gradlew detekt
|
||||
#
|
||||
# - name: Kotlin Check
|
||||
# run: ./gradlew check
|
||||
Reference in New Issue
Block a user