mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
ci: show diff for toml_format (#10501)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Code Quality
|
||||
|
||||
# spell-checker:ignore (people) reactivecircus Swatinem dtolnay juliangruber pell taplo
|
||||
# spell-checker:ignore (people) dtolnay juliangruber pell reactivecircus Swatinem taiki-e taplo
|
||||
# spell-checker:ignore (misc) TERMUX noaudio pkill swiftshader esac sccache pcoreutils shopt subshell dequote libsystemd
|
||||
|
||||
on:
|
||||
@@ -205,8 +205,13 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install taplo-cli
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: taplo-cli
|
||||
|
||||
- name: Check
|
||||
run: npx --yes @taplo/cli fmt --check
|
||||
run: taplo fmt --check --diff
|
||||
|
||||
python:
|
||||
name: Style/Python
|
||||
|
||||
Reference in New Issue
Block a user