We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f949e commit bf0bb97Copy full SHA for bf0bb97
.github/workflows/build.yml
@@ -89,7 +89,9 @@ jobs:
89
- uses: actions/checkout@v6
90
91
- name: Install taplo
92
- run: cargo +stable install taplo-cli --version ^0.9 --locked
+ uses: taiki-e/install-action@v2
93
+ with:
94
+ tool: taplo-cli
95
96
# if you encounter an error, try running 'taplo format' to fix the formatting automatically.
97
- name: Check Cargo.toml formatting
@@ -148,7 +150,7 @@ jobs:
148
150
149
151
- name: Install dependencies
152
run: uv sync --dev --no-install-package datafusion
-
153
+
154
- name: Run Clippy
155
run: cargo clippy --all-targets --features protoc,substrait -- -D warnings
156
0 commit comments