summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ruff-lint.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ruff-lint.yml b/.github/workflows/ruff-lint.yml
index e34dcb7..76e183c 100644
--- a/.github/workflows/ruff-lint.yml
+++ b/.github/workflows/ruff-lint.yml
@@ -23,12 +23,12 @@ jobs:
python-version: '3.11'
- name: Lint
- uses: chartboost/ruff-action@v1
+ uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b
with:
args: check
changed-files: 'true'
- - uses: chartboost/ruff-action@v1
+ - uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b
with:
args: format --diff
- changed-files: true \ No newline at end of file
+ changed-files: 'true' \ No newline at end of file