From 833daa2fc0b25acb2f2bc7b5b9eab531b2ad11f3 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 9 Dec 2024 13:23:50 +0000 Subject: [PATCH] make lint ci faster by not building rtoml (#89) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae80513..92d443e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,8 +96,11 @@ jobs: extra_args: --all-files --verbose env: SKIP: no-commit-to-branch + UV_NO_SYNC: '1' - run: make typecheck + env: + UV_NO_SYNC: '1' # https://github.com/marketplace/actions/alls-green#why used for branch protection checks check: