diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 3797817522..1739f63d8a 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -28,4 +28,6 @@ jobs: uses: actions/checkout@v4 - name: Run tests run: swift test - timeout-minutes: 20 \ No newline at end of file + timeout-minutes: 20 + + \ No newline at end of file