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 5c59692 commit 0e5dcddCopy full SHA for 0e5dcdd
.github/workflows/ruby-build.yml
@@ -71,7 +71,7 @@ jobs:
71
key: ${{ runner.os }}-${{ steps.os_version.outputs.version }}-ruby-rust-cargo-${{ hashFiles('ruby/extractor/rust-toolchain.toml', 'ruby/extractor/**/Cargo.lock') }}
72
- name: Check formatting
73
if: steps.cache-extractor.outputs.cache-hit != 'true'
74
- run: cargo fmt --all -- --check
+ run: cd extractor && cargo fmt --all -- --check
75
- name: Build
76
77
run: cargo build --verbose
0 commit comments