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 5, 2024
1 parent dbfa106 commit bc07ea5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,3 @@ jobs:
- name: Run flake8 (lint only)
run: flake8 .

- name: Commit and push changes if needed
run: |
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git add -A
git diff-index --quiet HEAD || git commit -m 'Apply lint auto-fixes'
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bc07ea5

Please sign in to comment.