bugraoz93 commented on code in PR #56788:
URL: https://github.com/apache/airflow/pull/56788#discussion_r2441323126


##########
.github/workflows/ci-image-checks.yml:
##########
@@ -155,7 +155,7 @@ jobs:
           platform: ${{ inputs.platform }}
           save-cache: false
       - name: "Static checks"
-        run: prek --all-files --show-diff-on-failure --color always
+        run: prek cache clean && prek --all-files --show-diff-on-failure 
--color always

Review Comment:
   ```suggestion
           run: prek --all-files --show-diff-on-failure --color always --refresh
   ```
   I think this should also do the same



-- 
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