GitHub Actions: Prepend emoji to platform names for easy visual grepping
(cherry picked from commit 82b30f36cb
)
This commit is contained in:
parent
5a96c24243
commit
30c4b1b67e
|
@ -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,4 +1,4 @@
|
||||||
name: iOS Builds
|
name: 🍏 iOS Builds
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
# Global Cache Settings
|
# Global Cache Settings
|
||||||
|
|
|
@ -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,4 +1,4 @@
|
||||||
name: Linux Builds
|
name: 🐧 Linux Builds
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
# Global Cache Settings
|
# Global Cache Settings
|
||||||
|
|
|
@ -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,4 +1,4 @@
|
||||||
name: Static Checks
|
name: 📊 Static Checks
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: Windows Builds
|
name: 🏁 Windows Builds
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
# Global Cache Settings
|
# Global Cache Settings
|
||||||
|
|
Loading…
Reference in New Issue