Skip to content

Commit 620cc6f

Browse files
Update linting step to prevent CI failure
Allow CI to continue even if lint fixes fail.
1 parent 456353e commit 620cc6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pixi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444

4545
- name: Format & lint (auto-fix)
4646
run: |
47-
pixi run fmt # ruff format .
48-
pixi run fix # ruff check --fix .
47+
pixi run fmt
48+
pixi run fix || true # fix edilemeyen uyarılar CI'yı durdurmasın
4949
5050
- name: Commit lint fixes (varsa)
5151
run: |

0 commit comments

Comments
 (0)