Skip to content

Commit

Permalink
README: update Action CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 13, 2023
1 parent 92e5a58 commit 5cd25ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# f-actions/font-bakery GitHub Action

![Version](https://img.shields.io/github/v/release/f-actions/font-bakery?sort=semver)
[![Action CI](https://github.com/f-actions/font-bakery/workflows/Action%20CI/badge.svg)](https://github.com/f-actions/font-bakery/actions?query=workflow%3A%22Action+CI%22)
[![Action CI](https://github.com/f-actions/font-bakery/actions/workflows/action-ci.yaml/badge.svg)](https://github.com/f-actions/font-bakery/actions/workflows/action-ci.yaml)
[![Lint](https://github.com/f-actions/font-bakery/workflows/Lint/badge.svg)](https://github.com/f-actions/font-bakery/actions?query=workflow%3ALint)

This GitHub Action installs the [fonttools/fontbakery](https://github.com/fonttools/fontbakery) typeface project quality assurance tool and executes the tool on a user-specified filepath as part of a remote continuous integration testing pipeline. The Action requires a Python v3.8+ runner environment.
Expand Down

0 comments on commit 5cd25ce

Please sign in to comment.