From 0c6850765b254fd24506a6c533055b0f148e2a8d Mon Sep 17 00:00:00 2001 From: gbg141 Date: Mon, 3 Jun 2024 01:13:10 +0200 Subject: [PATCH] Linting --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6cfc9c14..e0486ae1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,6 +11,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: chartboost/ruff-action@v1 - with: - args: 'format -- --fix' \ No newline at end of file + - uses: chartboost/ruff-action@v1 \ No newline at end of file