SY-4150: Enable writing time.now() to timestamp and int64 - Flow and WASM Pairity
#6179
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 |