diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 2de3f33..4ddcc02 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -34,6 +34,9 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew + - name: Configure Git User Details + run: git config --global user.email "ci@luminolmc.com" && git config --global user.name "LuminolMC CI" + - name: Apply All Patches run: ./gradlew --refresh-dependencies applyAllPatches