Skip to content

Commit ac6bead

Browse files
committed
Add build badges.
Signed-off-by: Leonard Carcaramo <[email protected]>
1 parent aebbbe7 commit ac6bead

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: unit-test
1+
name: test
22
on: [push, pull_request]
33
jobs:
44
build:
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/checkout@v3
1010
- name: Install clang
1111
run: sudo apt-get install -y clang
12-
- name: unit-test
12+
- name: test
1313
run: make test

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
![RACFu Logo](logo.png)
22

3+
[![test](https://github.com/ambitus/racfu/actions/workflows/test.yml/badge.svg)](https://github.com/ambitus/racfu/actions/workflows/test.yml)
4+
[![cppcheck](https://github.com/ambitus/racfu/actions/workflows/cppcheck.yml/badge.svg)](https://github.com/ambitus/racfu/actions/workflows/cppcheck.yml)
5+
[![clang-format](https://github.com/ambitus/racfu/actions/workflows/clang-format.yml/badge.svg)](https://github.com/ambitus/racfu/actions/workflows/clang-format.yml)
6+
[![Version](https://img.shields.io/pypi/v/racfu?label=alpha)](https://pypi.org/project/racfu/#history)
7+
[![Python Versions](https://img.shields.io/pypi/pyversions/racfu)](https://pypi.org/project/racfu/)
8+
[![Downloads](https://img.shields.io/pypi/dm/racfu)](https://pypistats.org/packages/racfu)
9+
310
A standardized JSON interface for RACF that enables seemless exploitation by programming languages that have a foreign language interface for C/C++ and native JSON support.
411

512
## Description

0 commit comments

Comments
 (0)