ci: rename workflows

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
This commit is contained in:
Daniel Rainer
2025-10-09 17:26:07 +02:00
committed by Johannes Altmanninger
parent fa8cf8a1a5
commit ff308b36af
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Docker test image builds
name: Build Docker test images
on:
push:

View File

@@ -1,4 +1,4 @@
name: Rust checks
name: Lint
on: [push, pull_request]

View File

@@ -1,4 +1,4 @@
name: make fish_run_tests
name: Test
on: [push, pull_request]