Skip to content

Commit 02ab93c

Browse files
committed
github action: name the toml task
1 parent 4d122d7 commit 02ab93c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
if [ -n "${{ steps.vars.outputs.FAIL_ON_FAULT }}" ] && [ -n "$fault" ]; then exit 1 ; fi
167167
168168
toml_format:
169+
name: Style/toml
169170
runs-on: ubuntu-latest
170171
steps:
171172
- name: Clone repository

0 commit comments

Comments
 (0)