SY-4435: Refactor Console Deep Linking to Use a Hook-Based API #8653
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test - Copyright Headers | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| - rc | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| name: Check Copyright Headers | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - name: Check Copyright Headers | |
| run: ./scripts/check_copyrights.sh |