Skip to content

Commit

Permalink
Show diff when failing linting toml (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbac authored Feb 17, 2025
1 parent 72dd1c0 commit f2f412d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
chmod +x taplo && \
sudo mv taplo /usr/local/bin/taplo
- name: Run format check
run: taplo format --check
run: taplo format --check --diff
- name: Run validation check
run: taplo check

0 comments on commit f2f412d

Please sign in to comment.