Skip to content

Commit

Permalink
Update README.md with CI badge (#8)
Browse files Browse the repository at this point in the history
* Update README.md with CI badge

* Fix CI badge format

* Update CI script names
  • Loading branch information
janbridley authored Nov 15, 2024
1 parent 6da98ed commit 414d6da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Unit Tests
name: Unit Tests

on:
# trigger on pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-doc-code.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Doc Examples
name: Doc Examples

on:
# trigger on pull requests
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This is a simple Python library for generating 3D wireframes in SVG format, with

Many thanks to the [Keenan 3D Model repository](https://www.cs.cmu.edu/~kmcrane/Projects/ModelRepository/) and the [Georgia Tech Large Models Archive](https://sites.cc.gatech.edu/projects/large_models/) for the models rendered in the header image.

[![GitHub Actions](https://github.com/janbridley/svg3d/actions/workflows/run-pytest.yaml/badge.svg)](https://github.com/janbridley/svg3d/actions)

## Installation

```bash
Expand Down

0 comments on commit 414d6da

Please sign in to comment.