Skip to content

Commit

Permalink
Run fix-lint during latest dependency check workflow (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Oct 29, 2024
1 parent 3a1c1b1 commit c6fe52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: |
python -m pip install .[dev]
make check-deps OUTPUT_FILEPATH=latest_requirements.txt
make fix-lint
- name: Create pull request
id: cpr
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit c6fe52e

Please sign in to comment.