From 34a83dfe695ff80a9d610df2fcbc1925b037d092 Mon Sep 17 00:00:00 2001 From: Andrew Hlynskyi Date: Tue, 4 Apr 2023 03:08:08 +0300 Subject: [PATCH] cicd: update status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c4abc2..34390187 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tree-sitter -[![Build Status](https://github.com/tree-sitter/tree-sitter/workflows/CI/badge.svg)](https://github.com/tree-sitter/tree-sitter/actions) +[![CICD](https://github.com/tree-sitter/tree-sitter/actions/workflows/CICD.yml/badge.svg)](https://github.com/tree-sitter/tree-sitter/actions/workflows/CICD.yml) [![DOI](https://zenodo.org/badge/14164618.svg)](https://zenodo.org/badge/latestdoi/14164618) Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. Tree-sitter aims to be: