Skip to content

feat: SRTP-659 ITN migration #271

feat: SRTP-659 ITN migration

feat: SRTP-659 ITN migration #271

Workflow file for this run

name: Pull request validation
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
pr-validation:
runs-on: ubuntu-22.04
steps:
- name: Checkout the source code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: PR validation
uses: pagopa/mil-actions/pr-validation@1d931c3252f320c1cd94fd626e4a62539c50593a # 1.2.1
with:
gh_user: ${{ secrets.GIT_USER }}
gh_token: ${{ secrets.GIT_PAT }}
sonar_token: ${{ secrets.SONAR_TOKEN }}