Skip to content

Commit

Permalink
check outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Nov 17, 2023
1 parent fc35155 commit 4a0ab9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ jobs:
- name: Run Taplo
id: taplo
run: taplo fmt --check --diff --option indent_string=" "
- name: Debug Taplo Outcome
run: |
echo "Taplo Outcome: ${{ steps.taplo.outcome }}"
- name: Taplo info
if: ${{ steps.taplo.outcome == 'failure' }}
run: |
Expand Down

0 comments on commit 4a0ab9f

Please sign in to comment.