trim trailing whitespace

master
Vir Linden 2024-05-01 17:51:44 +01:00
parent 65495ba765
commit 7f23f160d7
1 changed files with 2 additions and 2 deletions

View File

@ -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: