Skip to content

Commit d91ceb1

Browse files
committed
ci: clean a few things up
- name all CI's with the same naming schema - give the .yml files a descriptive name
1 parent 5078b4b commit d91ceb1

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Flatpak build
1+
name: Flatpak CI
22

33
on:
44
release:

.github/workflows/cpp-linter.yml renamed to .github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C++ lints(clang-format + clang-tidy)
1+
name: Lint CI
22
on:
33
push:
44
branches: ['main']
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
cpp-linter:
10+
name: C++ lints(clang-format + clang-tidy)
1011
runs-on: ubuntu-24.04
1112
permissions:
1213
pull-requests: write

.github/workflows/musl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: musl CI
1+
name: Musl CI
22

33
on:
44
push:

.github/workflows/installer.yml renamed to .github/workflows/windows_installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Installer CI
1+
name: Windows Installer CI
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To download artifacts, click on the newest action and download the artifacts.
2929

3030
[Nintendo Switch / 3DS](https://github.com/OpenBrickProtocolFoundation/oopetris/actions/workflows/nintendo.yml)
3131

32-
[WIndows](https://github.com/OpenBrickProtocolFoundation/oopetris/actions/workflows/installer.yml)
32+
[Windows](https://github.com/OpenBrickProtocolFoundation/oopetris/actions/workflows/windows_installer.yml)
3333

3434
There is no correct MacOS build atm, you have to built it yourself or use the (maybe not published yet) releases on GitHub.
3535

0 commit comments

Comments
 (0)