Skip to content

Commit e3d714a

Browse files
committed
Update GitHub Actions names
1 parent df886a8 commit e3d714a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Android
1+
name: Build raylib - Android
22

33
on:
44
workflow_dispatch:

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CMakeBuilds
1+
name: Build raylib CMake - Windows+Linux
22

33
on:
44
workflow_dispatch:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# You may wish to alter this file to override the set of languages analyzed,
55
# or to provide custom queries or build logic.
6-
name: "CodeQL"
6+
name: Analyze raylib with CodeQL
77

88
on:
99
workflow_dispatch:

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux
1+
name: Build raylib - Linux
22

33
on:
44
workflow_dispatch:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macOS
1+
name: Build raylib - macOS
22

33
on:
44
workflow_dispatch:

.github/workflows/windows.yml

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

33
on:
44
workflow_dispatch:

.github/workflows/windows_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows Examples
1+
name: Build raylib examples - Windows
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)