summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ruff-lint.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ruff-lint.yml b/.github/workflows/ruff-lint.yml
index 5122334..a86d133 100644
--- a/.github/workflows/ruff-lint.yml
+++ b/.github/workflows/ruff-lint.yml
@@ -22,11 +22,11 @@ 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@491342200cdd1cf4d5132a30ddc546b3b5bc531b
+ # with:
+ # args: check
+ # changed-files: 'true'
- uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b
with: