diff options
author | Vir Linden <60274682+vir-linden@users.noreply.github.com> | 2024-05-01 17:51:44 +0100 |
---|---|---|
committer | Vir Linden <60274682+vir-linden@users.noreply.github.com> | 2024-05-01 17:51:44 +0100 |
commit | 7f23f160d7520034afd8c3be8a184eac1716227a (patch) | |
tree | 1cb9628637d841497ee411cfecef8e6273ce5dde /.github/workflows/build.yaml | |
parent | 65495ba7655cbe17d282536a8c2a21d2ac29de23 (diff) |
trim trailing whitespace
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 42d6562db6..d318d2eaf3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,8 +58,8 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.sha || github.sha }} - + ref: ${{ github.event.pull_request.head.sha || github.sha }} + - name: Setup python uses: actions/setup-python@v5 with: |