mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-14 05:31:14 -03:00
This is an initial implementation of the cargo xtask approach https://github.com/matklad/cargo-xtask For now, the only xtask is "check", which can be triggered by running `cargo xtask check`. It is a thin wrapper around `build_tools/check.sh`. Part of #12292