Skip to content

Commit 4186c82

Browse files
docs: add workflow status badges to README
Signed-off-by: Nathan Weinberg <[email protected]>
1 parent cee4d43 commit 4186c82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Taxonomy Schema
22

3+
![Lint](https://github.com/instructlab/schema/actions/workflows/lint.yml/badge.svg?branch=main)
4+
![Tests](https://github.com/instructlab/schema/actions/workflows/test.yml/badge.svg?branch=main)
5+
![Build](https://github.com/instructlab/schema/actions/workflows/pypi.yml/badge.svg?branch=main)
6+
37
This Python package defines the JSON schema and a parser for the InstructLab [Taxonomy](https://github.com/instructlab/taxonomy) YAML.
48

59
Consumers of this schema can `pip install instructlab-schema`, and use the `instructlab.schema.taxonomy.TaxonomyParser` class to parse and validate `qna.yaml` taxonomy files.

0 commit comments

Comments
 (0)