Skip to content

Commit ffb7f6f

Browse files
committed
Include diff in case of toml format issues
1 parent f306d7e commit ffb7f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: TOML format check with taplo
4747
uses: docker://tamasfe/taplo:0.10.0
4848
with:
49-
args: format --check pyproject.toml .taplo.toml
49+
args: format --check --diff pyproject.toml .taplo.toml

0 commit comments

Comments
 (0)