Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaRaimec22 committed Mar 10, 2024
1 parent 7b448e8 commit f7fd629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Run Python script
run: |
python3 .github/workflows/check_files.py --base_branch "${{ github.base_ref }}"-- --pr_branch "${{ github.head_ref }}"-- --sensitive_files .github/workflows/sensitive_files.txt --verbose
python3 .github/workflows/check_files.py --base_branch "${{ github.base_ref }}" --pr_branch "${{ github.head_ref }}" --sensitive_files .github/workflows/sensitive_files.txt --verbose
Check-ESlint-Disable:
name: Check for eslint-disable
Expand Down

0 comments on commit f7fd629

Please sign in to comment.