From 0288b760dc7f9e9910312c963a41440bf4cd32a6 Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 31 Dec 2023 12:29:17 -0700 Subject: [PATCH] fix: pin ci ruff version to same as precommit & pyproject configs --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2b37542..3a6fe46 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,5 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: chartboost/ruff-action@v1 + with: + version: 0.1.9 - name: Formatter run: ruff format . --check --diff