diff --git a/.github/scripts/check_guideline.py b/.github/scripts/check_guideline.py index d56e5520a..95bf6cd42 100755 --- a/.github/scripts/check_guideline.py +++ b/.github/scripts/check_guideline.py @@ -1127,7 +1127,7 @@ else: print (file) if (not guideline_ok): - print("\nGuideline not respected\n") + print("\nGUIDELINE RULES ARE NOT FOLLOWED\n") sys.exit(1) else: sys.exit(0) diff --git a/.github/workflows/check_for_guideline_rules.yml b/.github/workflows/check_for_guideline_rules.yml index bd2a78f53..b39b6781a 100644 --- a/.github/workflows/check_for_guideline_rules.yml +++ b/.github/workflows/check_for_guideline_rules.yml @@ -22,15 +22,16 @@ jobs: uses: actions/checkout@v3 # repository that retrieves all the changed files - name: Load get-changed-files repo - uses: Ana06/get-changed-files@v1.2 + uses: Ana06/get-changed-files@v2.2.0 id: changed_files with: format: space-delimited - name: Print changed files run: | - echo "Changed files:" + echo "::group::Click here to see the Changed files" echo "${{ steps.changed_files.outputs.all }}" - - name: Execute py script for guideline check + echo "::endgroup::" + - name: Executing Py script for guideline check id: execution # -p flag means that files will be specified with their relative path run: |