Skip to content

Commit

Permalink
Update pr-validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Oct 25, 2024
1 parent 969a651 commit 5d26b33
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5d26b33

Please sign in to comment.