Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,16 +169,14 @@ jobs:
!target/release/examples/*.d
!target/release/examples/*-*

# Remove taplo until https://github.com/tamasfe/taplo/issues/793 is resolved.
# 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
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

license-check:
name: "License check"
Expand Down
Loading