Skip to content

Commit 044f06e

Browse files
committed
Put haskell-ci action in README.md
1 parent ebc6857 commit 044f06e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml renamed to .github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CI"
1+
name: "nix"
22
on:
33
pull_request:
44
push:

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Systranything
22

3-
[![CI][status-png]][status]
3+
[![nix][status-nix-png]][status-nix][![haskell-ci][status-haskell-ci-png]][status-haskell-ci]
44

55
`systranything` lets you put anything in your system tray. It is supported by
66
all destop environment that implements the [StatusNotifierHost
@@ -70,6 +70,8 @@ experience.
7070
[nix]: https://nixos.org/
7171
[polybar]: https://polybar.github.io/
7272
[status-notifier-host]: https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierHost/
73-
[status-png]: https://github.com/jecaro/systranything/workflows/CI/badge.svg
73+
[status-nix-png]: https://github.com/jecaro/systranything/workflows/nix/badge.svg
74+
[status-haskell-ci-png]: https://github.com/jecaro/systranything/workflows/Haskell-CI/badge.svg
7475
[xfce]: https://www.xfce.org/
75-
[status]: https://github.com/jecaro/systranything/actions
76+
[status-nix]: https://github.com/jecaro/systranything/actions/workflows/nix.yml
77+
[status-haskell-ci]: https://github.com/jecaro/systranything/actions/workflows/haskell-ci.yml

0 commit comments

Comments
 (0)