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:
parent
4d122d7dd0
commit
02ab93c141
1 changed files with 1 additions and 0 deletions
1
.github/workflows/code-quality.yml
vendored
1
.github/workflows/code-quality.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue