Dev-iL commented on code in PR #1489:
URL: https://github.com/apache/hamilton/pull/1489#discussion_r2901545694


##########
.github/workflows/hamilton-lsp.yml:
##########
@@ -23,9 +23,6 @@ jobs:
         working-directory: dev_tools/language_server
     steps:
     - uses: actions/checkout@v3
-    - name: Check for missing Apache 2 license headers
-      run: python3 scripts/check_license_headers.py
-      working-directory: ${{ github.workspace }}

Review Comment:
   It already runs as part of the ["Unit Tests" job's "check linting with prek" 
stage](https://github.com/apache/hamilton/actions/runs/22815652274/job/66180153431?pr=1489#step:7:1).
 I'll move this to a separate "Static checks" job for better visibility.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to