Search for forbidden patterns in Kotlin files.

This commit is contained in:
Benoit Marty 2023-05-31 15:18:42 +02:00
parent 42d0f77096
commit 7f71b2d81d
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