Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Jun 4, 2024
1 parent df95dfd commit 8cd2b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run isort (auto-fix)
run: isort .

- name: Run flake8 (lint only)
- name: Run flake8 (auto-fix)
run: flake8 .

- name: Commit and push changes if needed
Expand Down

0 comments on commit 8cd2b79

Please sign in to comment.