Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Nov 17, 2023
1 parent 6ea922f commit 0ff332b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ jobs:
id: taplo
run: taplo fmt --check --diff --option indent_string=" "
- name: Taplo info
if: failure()
if: ${{ steps.taplo.outcome }} == 'failure'
run: |
echo 'To fix toml fmt, please run `taplo fmt --option indent_string=" "`.'
echo `note: indent_string is with 4 spaces.`
echo 'note: indent_string is with 4 spaces.'
echo 'Or if you use VSCode, use the Even Better Toml extension and indent using 4 spaces.'
# run-examples-on-windows-dx12:
Expand Down

0 comments on commit 0ff332b

Please sign in to comment.