Skip to content

Commit

Permalink
feat: add fair-software.eu Badge
Browse files Browse the repository at this point in the history
Including CI to recheck it as needed
  • Loading branch information
ChristianTackeGSI committed Dec 11, 2023
1 parent de96a81 commit 58dfe65
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/fair-software.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: fair-software

on:
push:
paths:
- README.md

jobs:
verify:
name: "fair-software"
runs-on: ubuntu-latest
steps:
- uses: fair-software/[email protected]
name: Measure compliance with fair-software.eu recommendations
env:
PYCHARM_HOSTED: "Trick colorama into displaying colored output"
with:
MY_REPO_URL: "https://github.com/${{ github.repository }}"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SPDX-License-Identifier: LGPL-3.0-only
# py-ina238

[![PyPI](https://img.shields.io/pypi/v/ina238)](https://pypi.org/project/ina238/)
[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8B%20%20%E2%97%8F%20%20%E2%97%8B%20%20%E2%97%8B-orange)](https://fair-software.eu)

Python driver for the
[Texas Instruments INA238 85-V, 16-Bit, High-Precision Power Monitor With I2C Interface](https://www.ti.com/product/INA238)
Expand Down

0 comments on commit 58dfe65

Please sign in to comment.