Skip to content

Update typescript-eslint monorepo to v8.6.0 #5533

Update typescript-eslint monorepo to v8.6.0

Update typescript-eslint monorepo to v8.6.0 #5533

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v45.0.2
- name: Verify copyright headers
run: ./CICD/github/licenceHeaderCheck.sh ${{ steps.changed-files.outputs.all_changed_files }}