github action: name the toml task

This commit is contained in:
Sylvestre Ledru 2023-10-08 17:54:36 +02:00
parent 4d122d7dd0
commit 02ab93c141

View file

@ -166,6 +166,7 @@ jobs:
if [ -n "${{ steps.vars.outputs.FAIL_ON_FAULT }}" ] && [ -n "$fault" ]; then exit 1 ; fi
toml_format:
name: Style/toml
runs-on: ubuntu-latest
steps:
- name: Clone repository