Skip to content

Commit

Permalink
adding changes in guthub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalTiwary committed Dec 16, 2024
1 parent ff4c312 commit b9aa464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Debug Message - Check Github branch
run: echo "Current Git branch is ${GITHUB_REF##*/}"
- name: Install Black
run: pip install black
run: pip install black==24.1.0
- name: Run black --check . to check for code formatting.
run: black --check .

0 comments on commit b9aa464

Please sign in to comment.