tisonkun commented on code in PR #7016:
URL: https://github.com/apache/opendal/pull/7016#discussion_r2618845848
##########
.github/workflows/ci_check.yml:
##########
@@ -67,6 +67,20 @@ jobs:
- name: Rust Code Format
run: ./scripts/workspace.py cargo fmt -- --check
+ toml-format:
+ runs-on: ubuntu-latest
+ timeout-minutes: 10
+ env:
+ FORCE_COLOR: 1
+ steps:
+ - uses: actions/checkout@v5
+ - name: Setup taplo
+ uses: taiki-e/install-action@v2
+ with:
+ tool: taplo-cli
+ - name: TOML format
+ run: taplo fmt --check --config .taplo.toml
Review Comment:
```suggestion
run: taplo format --check
```
The config path is discovered by default, anyway.
OK to call it out.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]