Skip to content

docs: Removed useless comments. #67

docs: Removed useless comments.

docs: Removed useless comments. #67

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: 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