From 5d26b33c261f9be6d417e3e7d7dfc69f25154feb Mon Sep 17 00:00:00 2001 From: Antonio Tarricone <110115827+antoniotarricone@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:58:03 +0200 Subject: [PATCH] Update pr-validation.yml --- .github/workflows/pr-validation.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 5be0679..f457586 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -16,13 +16,10 @@ jobs: steps: - name: Checkout the source code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2 + - name: PR validation uses: pagopa/mil-actions/pr-validation@main with: gh_user: ${{ secrets.GIT_USER }} gh_token: ${{ secrets.GIT_PAT }} sonar_token: ${{ secrets.SONAR_TOKEN }} - - name: run ls (as test) - if: always() - shell: bash - run: ls