diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-22 23:04:57 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-23 15:13:36 +0200 |
commit | 82b30f36cb3f0de8c99891dd3c0e25e83f62ccb0 (patch) | |
tree | daede2024748cddc02a1e6ba447012055f34681c /.github/workflows/static_checks.yml | |
parent | 2ba96f0dd9ed1cc218b464b0964138c51591dded (diff) |
GitHub Actions: Prepend emoji to platform names for easy visual grepping
Diffstat (limited to '.github/workflows/static_checks.yml')
-rw-r--r-- | .github/workflows/static_checks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index ee01dba2ba..c2af0ac549 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -1,4 +1,4 @@ -name: Static Checks +name: 📊 Static Checks on: [push, pull_request] jobs: |