Skip to content

Commit

Permalink
typo fix in pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarunmeena0901 authored Jan 1, 2024
1 parent 8f878b3 commit 3b51657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Run Python script
run: |
python .github/workflows/check_changed_files.py "${{ github.base_ref }}" "${{ github.head_ref }}"
python .github/workflows/count_changed_files.py "${{ github.base_ref }}" "${{ github.head_ref }}"
- name: Run Black
run: black --check.
Expand Down

0 comments on commit 3b51657

Please sign in to comment.