ci: Rename and sort Ci jobs

Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
Michael Vetter
2026-03-28 00:11:16 +01:00
parent 259caea9c8
commit 816617672e
4 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
commitlint:
name: "Conventional Commits"
name: "conventional commits"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@@ -1,4 +1,4 @@
name: Cygwin
name: Build
on:
pull_request:
@@ -8,7 +8,7 @@ on:
jobs:
cygwin-build:
name: build only
name: cygwin / build only
runs-on: windows-latest
env:
CYGWIN: winsymlinks:nativestrict

View File

@@ -1,4 +1,4 @@
name: CI
name: Build
on:
push:
@@ -36,7 +36,7 @@ jobs:
script: ./scripts/build-configuration-matrix.sh
omemo_env: libomemo-c
name: ${{ matrix.flavor }} | ${{ matrix.buildsystem }} | ${{ matrix.tests }} | ${{ matrix.omemo }}
name: ${{ matrix.flavor }} | ${{ matrix.tests }} | ${{ matrix.omemo }}
steps:
- uses: actions/checkout@v2
- name: Run tests
@@ -48,7 +48,7 @@ jobs:
macos-homebrew:
runs-on: macos-latest
name: macos | meson | unit | libomemo
name: macos | unit | libomemo
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1

View File

@@ -1,4 +1,4 @@
name: Style
name: Lint
on:
push: