SY-4140: Schematic Type Reorganization and Diagram Optimizations (#2281) #6152
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@v6 | |
| - name: Check Copyright Headers | |
| run: ./scripts/check_copyrights.sh |