1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

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 if [ -n "${{ steps.vars.outputs.FAIL_ON_FAULT }}" ] && [ -n "$fault" ]; then exit 1 ; fi
toml_format: toml_format:
name: Style/toml
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Clone repository - name: Clone repository