Coding style fixes.

This commit is contained in:
Patrick Lehmann
2025-01-15 23:25:32 +01:00
parent 7523c4adca
commit 34fb9c9869
10 changed files with 28 additions and 28 deletions

View File

@@ -62,15 +62,15 @@ jobs:
path: public
- name: 📥 Download artifacts '${{ inputs.coverage }}' from 'Coverage' job
if: ${{ inputs.coverage != '' }}
uses: pyTooling/download-artifact@v4
if: ${{ inputs.coverage != '' }}
with:
name: ${{ inputs.coverage }}
path: public/coverage
- name: 📥 Download artifacts '${{ inputs.typing }}' from 'StaticTypeCheck' job
if: ${{ inputs.typing != '' }}
uses: pyTooling/download-artifact@v4
if: ${{ inputs.typing != '' }}
with:
name: ${{ inputs.typing }}
path: public/typing