Skip to content

Added the option to send daily recap by email (#5733) #1899

Added the option to send daily recap by email (#5733)

Added the option to send daily recap by email (#5733) #1899

name: Verify Copyright headers
on:
pull_request:
jobs:
in_changed_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/[email protected]
- name: Verify copyright headers
run: ./CICD/github/licenceHeaderCheck.sh ${{ steps.changed-files.outputs.all_changed_files }}