From 5aa652b704ba358a97bf6592f12a92d7f14d87c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Dobe=C5=A1?= Date: Tue, 22 Apr 2025 18:05:32 +0200 Subject: [PATCH] Add GitHub Actions badge to readme --- docs/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/readme.md b/docs/readme.md index 90699e1..67abf4e 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,5 +1,7 @@ # 📓 Grammar Processing for PHP +![Checks](https://github.com/vojtech-dobes/php-grammar-processing/actions/workflows/checks.yml/badge.svg?branch=master&event=push) + This library provides convenient APIs for describing a context-free grammar, and subsequently using it to build an abstract syntax tree and analyze it for an arbitrary purpose.