summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-05 07:51:25 +0900
committerGitHub <noreply@github.com>2023-07-05 07:51:25 +0900
commitc077b95ba2dcaafee39e302cc086bf99fa9248d0 (patch)
treea20aa52bfc5b07f1571f22e880083f55105f7682
parent9014c212e8e1f6cf536820646d848208db2f8174 (diff)
Remove outdated CI badges from README.md (#2653)
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1afe7678..2680244d 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,6 @@ jq
jq is a lightweight and flexible command-line JSON processor.
-[![Linux Build](https://github.com/jqlang/jq/actions/workflows/linux.yml/badge.svg?branch=master)](https://github.com/jqlang/jq/actions/workflows/linux.yml?query=branch%3Amaster)
-[![macOS Build](https://github.com/jqlang/jq/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/jqlang/jq/actions/workflows/macos.yml?query=branch%3Amaster)
-[![Windows Build](https://github.com/jqlang/jq/actions/workflows/windows.yml/badge.svg?branch=master)](https://github.com/jqlang/jq/actions/workflows/windows.yml?query=branch%3Amaster)
-
If you want to learn to use jq, read the documentation at
[https://jqlang.github.io/jq](https://jqlang.github.io/jq). This
documentation is generated from the docs/ folder of this repository.