Skip to content

Commit

Permalink
Put haskell-ci action in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jecaro committed Jun 14, 2024
1 parent ebc6857 commit f040cc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/nix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI"
name: "nix"
on:
pull_request:
push:
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Systranything

[![CI][status-png]][status]
[![nix][status-nix-png]][status-nix][![haskell-ci][status-haskell-ci-png]][status-haskell-ci]

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

0 comments on commit f040cc9

Please sign in to comment.