Skip to content

Commit 156e68f

Browse files
committed
Two minor improvements
1 parent 137cb3c commit 156e68f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ indent_style = space
1717

1818
# Ensure YAML files are always fine
1919
[*.{yml,yaml}]
20-
indent_style = space
20+
indent_style = space

template/.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/upload-artifact@v2
105105
if: success() || failure()
106106
with:
107-
name: ${{ env.ref }}_code-checks_${{ matrix.os }}
107+
name: "${{ env.ref }}_code-checks_${{ matrix.os }}"
108108
path: |
109109
**/build/test-results/test/TEST-*.xml
110110
**/build/reports/spotbugs/*.xml

0 commit comments

Comments
 (0)