diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-02-04 13:02:20 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-02-04 13:02:20 +0100 |
commit | df56d1ee1fb7430d8979973300bf0c6b53a5446c (patch) | |
tree | 6e4d2021965edeb5c399f9ff6e02320108220750 | |
parent | 69caf98cf754553fda969b0bf1d4966f0498f58f (diff) | |
download | zsh-df56d1ee1fb7430d8979973300bf0c6b53a5446c.tar.gz zsh-df56d1ee1fb7430d8979973300bf0c6b53a5446c.tar.bz2 zsh-df56d1ee1fb7430d8979973300bf0c6b53a5446c.zip |
Rename GitHub Action to CI
-rw-r--r-- | .github/workflows/main.yml (renamed from .github/workflows/check-suite.yml) | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-suite.yml b/.github/workflows/main.yml index 3a7ad354d..7ab7efdd6 100644 --- a/.github/workflows/check-suite.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Check Suite +name: CI on: pull_request: types: @@ -14,7 +14,7 @@ Finally, you'll begin to get the sort of attention that you have always felt you To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter, and/or join us on Discord. -![Check Suite](https://github.com/ohmyzsh/ohmyzsh/workflows/Check%20Suite/badge.svg) +![CI](https://github.com/ohmyzsh/ohmyzsh/workflows/CI/badge.svg) [![Follow @ohmyzsh](https://img.shields.io/twitter/follow/ohmyzsh?label=Follow+@ohmyzsh&style=flat)](https://twitter.com/intent/follow?screen_name=ohmyzsh) [![Discord server](https://img.shields.io/discord/642496866407284746)](https://discord.gg/bpXWhnN) |