Skip to content

Commit 38f0dfa

Browse files
committed
Try to reactivate taplo
1 parent 65c8c81 commit 38f0dfa

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,14 @@ jobs:
170170
!target/release/examples/*.d
171171
!target/release/examples/*-*
172172
173-
# Remove taplo until https://github.com/tamasfe/taplo/issues/793 is resolved.
174-
# taplo-fmt:
175-
# name: "Taplo fmt"
176-
# runs-on: ubuntu-latest
177-
# container: "tamasfe/taplo:latest"
178-
# steps:
179-
# - uses: actions/checkout@v4
180-
#
181-
# - name: Run Taplo fmt
182-
# run: taplo fmt --check
173+
taplo-fmt:
174+
name: "Taplo fmt"
175+
runs-on: ubuntu-latest
176+
container: "tamasfe/taplo:latest"
177+
steps:
178+
- uses: actions/checkout@v4
179+
- name: Run Taplo fmt
180+
run: taplo fmt --check
183181

184182
license-check:
185183
name: "License check"

0 commit comments

Comments
 (0)