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

(cherry picked from commit 82b30f36cb)
This commit is contained in:
Hugo Locurcio 2020-08-22 23:04:57 +02:00 committed by Rémi Verschelde
parent 5a96c24243
commit 30c4b1b67e
No known key found for this signature in database
GPG key ID: C3336907360768E1
7 changed files with 7 additions and 7 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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