Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Wrap failing pre-commit command (#1126)
pre-commit started failing to parse the `cargo doc` command; ``` cargo doc................................................................Failed - hook id: cargo-doc - exit code: 1 Executable `RUSTDOCFLAGS=-Dwarnings` not found ``` it may be related to a version update. The solution, as we've done in other steps, is to wrap everything as a `sh -c` command.
- Loading branch information