From 1abe5effff8be6411a2219fc50b7e456d38a5c88 Mon Sep 17 00:00:00 2001 From: Jonathan de Bruin Date: Mon, 2 Sep 2024 09:47:50 +0200 Subject: [PATCH] Fix deprecated ruff check command --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index c9fd5de..3eff5d8 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -14,7 +14,7 @@ jobs: pip install ruff - name: Lint python with ruff run: | - ruff . + ruff check . test-asreview: name: Test Insights for ASReview LAB versions runs-on: ubuntu-latest