Skip to content

Commit

Permalink
still doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Nov 17, 2023
1 parent f37b1b4 commit f36d168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
id: taplo
run: taplo fmt --check --diff --option indent_string=" "
- name: Taplo info
if: ${{ steps.taplo.outcome == 'failure' }} == 'yes'
if: ${{ steps.taplo.outcome == 'failure' }}
run: |
echo "Taplo Outcome: ${{ steps.taplo.outcome }}"
echo 'To fix toml fmt, please run `taplo fmt --option indent_string=" "`.'
Expand Down

0 comments on commit f36d168

Please sign in to comment.