Skip to content

Homogenize number of lines for table multiselect position (#7761) #7748

Homogenize number of lines for table multiselect position (#7761)

Homogenize number of lines for table multiselect position (#7761) #7748

name: Verify Copyright headers
on:
pull_request:
# Declare default permissions as read only.
permissions: read-all
jobs:
in_changed_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45.0.5
- name: Verify copyright headers
run: ./CICD/github/licenceHeaderCheck.sh ${{ steps.changed-files.outputs.all_changed_files }}