From 5a6c38d483a176734c9777e62baeb94a66b67176 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:20:24 +0530 Subject: Test --- .github/workflows/ruff-lint.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ruff-lint.yml b/.github/workflows/ruff-lint.yml index a86d133..e34dcb7 100644 --- a/.github/workflows/ruff-lint.yml +++ b/.github/workflows/ruff-lint.yml @@ -22,13 +22,13 @@ jobs: with: python-version: '3.11' - # - name: Lint - # uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b - # with: - # args: check - # changed-files: 'true' + - name: Lint + uses: chartboost/ruff-action@v1 + with: + args: check + changed-files: 'true' - - uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b + - uses: chartboost/ruff-action@v1 with: args: format --diff changed-files: true \ No newline at end of file -- cgit v1.2.3