mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-07-02 00:51:15 -03:00
The new names are consistently formulated as commands. `main` is not very descriptive, so change it to `test`, which is more informative and accurate. `rust_checks` are replaced be the more general `lint` in preparation for non-Rust-related checks. These changes were suggested in https://github.com/fish-shell/fish-shell/pull/11918#discussion_r2415957733 Closes #11922