mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
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:
committed by
Johannes Altmanninger
parent
fa8cf8a1a5
commit
ff308b36af
@@ -1,4 +1,4 @@
|
||||
name: Docker test image builds
|
||||
name: Build Docker test images
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Rust checks
|
||||
name: Lint
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: make fish_run_tests
|
||||
name: Test
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
Reference in New Issue
Block a user