diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index b1863d61..587f849c 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -20,6 +20,8 @@ jobs: with: ref: 'main' path: ${{ env.MAIN_PATH }} + - name: 'Configure: Install gh cli' + uses: ./.github/actions/install-gh - name: 'Configure: Ensure scripts are executable' shell: bash run: find . -type f -name "*.sh" -exec chmod a+x '{}' \; diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 00000000..a778306f --- /dev/null +++ b/.sdkmanrc @@ -0,0 +1 @@ +java=22.3.r17-grl \ No newline at end of file