ci: emit pyrefly diagnostics as GitHub workflow commands (#37974)

This commit is contained in:
ojasarora.eth
2026-06-25 18:27:46 +00:00
committed by GitHub
parent bb921bcc45
commit a246dc8b17
2 changed files with 23 additions and 3 deletions
+2
View File
@@ -53,6 +53,8 @@ jobs:
- name: Run Type Checks
if: steps.changed-files.outputs.any_changed == 'true'
env:
PYREFLY_OUTPUT_FORMAT: github
run: make type-check-core
- name: Dotenv check