Skip to content

Commit

Permalink
- Fixed pipeline - should run on every action for code quality checks
Browse files Browse the repository at this point in the history
- Added black formatting steps to check whether the codes are formatted or not before merge
  • Loading branch information
Subhransu Das committed Jun 8, 2024
1 parent 3255946 commit 67babad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
# stop the build if there are formatting is error in any python codes
# to check whether the codes are formatted or not before merge
pip install black==24.4.2
pip install click==8.1.7
python -m black -t py310 --check .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 67babad

Please sign in to comment.