We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc00e8 commit 2b3605cCopy full SHA for 2b3605c
.github/workflows/ci.yml
@@ -169,16 +169,14 @@ jobs:
169
!target/release/examples/*.d
170
!target/release/examples/*-*
171
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
+ taplo-fmt:
+ name: "Taplo fmt"
+ runs-on: ubuntu-latest
+ container: "tamasfe/taplo:latest"
+ steps:
+ - uses: actions/checkout@v4
+ - name: Run Taplo fmt
+ run: taplo fmt --check
182
183
license-check:
184
name: "License check"
0 commit comments