Explorar o código

GitHub Actions: Prepend emoji to platform names for easy visual grepping

Hugo Locurcio %!s(int64=5) %!d(string=hai) anos
pai
achega
82b30f36cb

+ 1 - 1
.github/workflows/android_builds.yml

@@ -1,4 +1,4 @@
-name: Android Builds
+name: 🤖 Android Builds
 on: [push, pull_request]
 on: [push, pull_request]
 
 
 # Global Cache Settings
 # Global Cache Settings

+ 1 - 1
.github/workflows/ios_builds.yml

@@ -1,4 +1,4 @@
-name: iOS Builds
+name: 🍏 iOS Builds
 on: [push, pull_request]
 on: [push, pull_request]
 
 
 # Global Cache Settings
 # Global Cache Settings

+ 1 - 1
.github/workflows/javascript_builds.disabled

@@ -1,4 +1,4 @@
-name: JavaScript Builds
+name: 🌐 JavaScript Builds
 on: [push, pull_request]
 on: [push, pull_request]
 
 
 # Global Cache Settings
 # Global Cache Settings

+ 1 - 1
.github/workflows/linux_builds.yml

@@ -1,4 +1,4 @@
-name: Linux Builds
+name: 🐧 Linux Builds
 on: [push, pull_request]
 on: [push, pull_request]
 
 
 # Global Cache Settings
 # Global Cache Settings

+ 1 - 1
.github/workflows/macos_builds.yml

@@ -1,4 +1,4 @@
-name: macOS Builds
+name: 🍎 macOS Builds
 on: [push, pull_request]
 on: [push, pull_request]
 
 
 # Global Cache Settings
 # Global Cache Settings

+ 1 - 1
.github/workflows/static_checks.yml

@@ -1,4 +1,4 @@
-name: Static Checks
+name: 📊 Static Checks
 on: [push, pull_request]
 on: [push, pull_request]
 
 
 jobs:
 jobs:

+ 1 - 1
.github/workflows/windows_builds.yml

@@ -1,4 +1,4 @@
-name: Windows Builds
+name: 🏁 Windows Builds
 on: [push, pull_request]
 on: [push, pull_request]
 
 
 # Global Cache Settings
 # Global Cache Settings