diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c25a749dc7..60eebd1864 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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