Search for forbidden patterns in Kotlin files.

This commit is contained in:
Benoit Marty
2023-05-31 15:18:42 +02:00
parent 48740ac0f9
commit 7054224451
3 changed files with 194 additions and 0 deletions

View File

@@ -12,6 +12,14 @@ env:
CI_GRADLE_ARG_PROPERTIES: --stacktrace -PpreDexEnable=false --max-workers 2 --no-daemon --warn
jobs:
checkScript:
name: Search for forbidden patterns
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run code quality check suite
run: ./tools/check/check_code_quality.sh
check:
name: Project Check Suite
runs-on: ubuntu-latest