Skip to content

Commit 2b3605c

Browse files
committed
Try to reactivate taplo
1 parent afc00e8 commit 2b3605c

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
@@ -169,16 +169,14 @@ jobs:
169169
!target/release/examples/*.d
170170
!target/release/examples/*-*
171171
172-
# Remove taplo until https://github.com/tamasfe/taplo/issues/793 is resolved.
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-
#
180-
# - name: Run Taplo fmt
181-
# run: taplo fmt --check
172+
taplo-fmt:
173+
name: "Taplo fmt"
174+
runs-on: ubuntu-latest
175+
container: "tamasfe/taplo:latest"
176+
steps:
177+
- uses: actions/checkout@v4
178+
- name: Run Taplo fmt
179+
run: taplo fmt --check
182180

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

0 commit comments

Comments
 (0)