Browse Source

rename and add badge

pull/7/head
Brett Langdon 5 years ago
parent
commit
0f6f7c1fb0
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml
  2. +4
    -0
      README.rst

.github/workflows/test.yml → .github/workflows/build.yml View File


+ 4
- 0
README.rst View File

@ -4,6 +4,10 @@ sysaudit
:target: https://sysaudit.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image: https://github.com/brettlangdon/sysaudit/workflows/Build/badge.svg?branch=main&event=push
:target: https://github.com/brettlangdon/sysaudit/actions?query=branch%3Amain+workflow%3ABuild+event%3Apush
:alt: Build status
Backport module of `sys.audit <https://docs.python.org/3.8/library/sys.html#sys.audit>`_
and `sys.addaudithook <https://docs.python.org/3.8/library/sys.html#sys.addaudithook>`_
from Python 3.8.


Loading…
Cancel
Save