From 807337c630be096fb12b5482579d116c6ad25807 Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Fri, 1 Mar 2024 14:43:32 +0100 Subject: [PATCH 1/2] update format arg --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 4f4d70a..432d1a5 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -59,4 +59,4 @@ jobs: # - uses: actions/checkout@v3 # - uses: chartboost/ruff-action@v1 # with: - # args: "format ." + # args: "format . --check" From 4ba9f1f3a6eab6ed7e4cfb081b507da5953c62ed Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Fri, 1 Mar 2024 15:41:24 +0100 Subject: [PATCH 2/2] set ruff version --- .github/workflows/actions.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 432d1a5..cf810f9 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -52,6 +52,7 @@ jobs: - uses: chartboost/ruff-action@v1 with: args: "check ." + version: 0.1.8 # to enable auto-formatting check, uncomment the following lines below # ruff-formatting: # runs-on: ubuntu-latest @@ -60,3 +61,4 @@ jobs: # - uses: chartboost/ruff-action@v1 # with: # args: "format . --check" + # version: 0.1.8