From e8378acea3f4a4cf1bf12454e9bc7b3bf74f3945 Mon Sep 17 00:00:00 2001 From: Matheus Barbieri Corregiari Date: Mon, 6 Nov 2023 13:47:17 -0300 Subject: [PATCH] Ci revival --- .github/actions/{prepare.yml => action.yml} | 3 ++- .github/workflows/pull-request.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) rename .github/actions/{prepare.yml => action.yml} (74%) diff --git a/.github/actions/prepare.yml b/.github/actions/action.yml similarity index 74% rename from .github/actions/prepare.yml rename to .github/actions/action.yml index 2383f6d6..b4c1217d 100644 --- a/.github/actions/prepare.yml +++ b/.github/actions/action.yml @@ -1,4 +1,5 @@ -name: 'Setup Checkout, JDK and Gradle' +name: setup-git-jdk-gradle +description: "Sets up this repository clone, the JDK and the gradle" runs: using: "composite" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 05ed34f7..2e2373b6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -21,7 +21,7 @@ jobs: - toolkit:recycler-adapter - toolkit:statemachine steps: - - uses: actions/prepare + - uses: actions/setup-git-jdk-gradle - name: Lint ${{ matrix.module }} run: ./gradlew :${{ matrix.module }}:lint