Skip to content

Commit f7cd103

Browse files
committed
ci: capitalize all workflow step names in the build workflow
1 parent c6843e6 commit f7cd103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# In theory, the upload action should take care of stripping the GitHub
3838
# runner workspace path from the file paths. But somehow that doesn't
3939
# work. So do it manually.
40-
- name: relativize SARIF file paths
40+
- name: Relativize SARIF file paths
4141
run: |
4242
sed -i 's#${{ github.workspace }}/##' build/reports/detekt/*.sarif
4343
- name: Upload SARIF file

0 commit comments

Comments
 (0)