Skip to content

Commit

Permalink
docs: Add Build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 authored and KaruroChori committed Dec 11, 2024
1 parent 6eb9354 commit 8829bfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Have you ever woken up in the middle of the night, thinking:
Well, you should eat lighter before nighttime.
Still, it is your lucky day, & this project might be for you!

[![Building-Testing-badge]][Building-Testing-url]

## What is VS (naming review pending)

VS is a front-end framework based on the concept of composable SFCs (Single File Components).
Expand Down Expand Up @@ -180,3 +182,7 @@ This project is based on the following dependencies:
- [treesitter](https://tree-sitter.github.io/tree-sitter/) to handle parsing of languages (used for some components and the self-hosted editor).
- [md4c](https://github.com/mity/md4c) a library to parse markdown (not just to HTML).
- [nlohmann-json](https://github.com/nlohmann/json) to parse json in some `data` directives

[Building-Testing-badge]: https://github.com/KaruroChori/vs-fltk/actions/workflows/build.yml/badge.svg?branch=master
[Building-Testing-url]: https://github.com/KaruroChori/vs-fltk/actions/workflows/build.yml

0 comments on commit 8829bfd

Please sign in to comment.