From 63aafc22b5fc35f43205607391788fe8ae10983b Mon Sep 17 00:00:00 2001 From: Mitch Woollatt <21175347+MitchellAW@users.noreply.github.com> Date: Fri, 22 May 2026 18:21:18 +0930 Subject: [PATCH] Add pyrefly check to lint workflow --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fa42783..cfc04bc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,3 +17,6 @@ jobs: - name: Ruff check run: uv run ruff check + + - name: Pyrefly check + run: uv run pyrefly check --summarize-errors