Skip to content

Commit

Permalink
Add badge for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Oct 3, 2022
1 parent 851d0c9 commit a9edfac
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions README.md
@@ -1,20 +1,17 @@
# RandomFileTree: Generate random file tree
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<!-- ALL-CONTRIBUTORS-BADGE:END -->

[![Build Status](https://travis-ci.org/klieret/RandomFileTree.svg?branch=master)](https://travis-ci.org/klieret/RandomFileTree)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/klieret/RandomFileTree/master.svg)](https://results.pre-commit.ci/latest/github/klieret/RandomFileTree/master)
[![Coveralls](https://coveralls.io/repos/github/klieret/RandomFileTree/badge.svg?branch=master)](https://coveralls.io/github/klieret/RandomFileTree?branch=master)
[![Documentation Status](https://readthedocs.org/projects/randomfiletree/badge/?version=latest)](https://randomfiletree.readthedocs.io/)
[![Pypi status](https://badge.fury.io/py/RandomFileTree.svg)](https://badge.fury.io/py/RandomFileTree)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![Gitter](https://img.shields.io/gitter/room/RandomFileTree/community.svg)](https://gitter.im/RandomFileTree/community)
[![License](https://img.shields.io/github/license/klieret/RandomFileTree.svg)](https://github.com/klieret/RandomFileTree/blob/master/LICENSE.txt)
[![PR welcome](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg)](https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project)
<div align="center">
<h1><a href="https://randomfiletree.rtfd.io/">RandomFileTree</a></a></h1>
<p><em>Generate random files and folders for testing purposes</em></p>
<p>
<a href="https://github.com/klieret/RandomFileTree/actions"><img src="https://github.com/klieret/RandomFileTree/actions/workflows/test.yml/badge.svg" alt="gh actions"></a>
<a href="https://results.pre-commit.ci/latest/github/klieret/RandomFileTree/master"><img src="https://results.pre-commit.ci/badge/github/klieret/RandomFileTree/master.svg" alt="pre-commit.ci status"></a>
<a href="https://coveralls.io/github/klieret/RandomFileTree?branch=master"><img src="https://coveralls.io/repos/github/klieret/RandomFileTree/badge.svg?branch=master" alt="Coveralls"></a>
<a href="https://randomfiletree.readthedocs.io/"><img src="https://readthedocs.org/projects/randomfiletree/badge/?version=latest" alt="Documentation Status"></a>
<a href="https://badge.fury.io/py/RandomFileTree"><img src="https://badge.fury.io/py/RandomFileTree.svg" alt="Pypi status"></a>
<a href="https://github.com/python/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Black"></a>
<a href="https://gitter.im/RandomFileTree/community"><img src="https://img.shields.io/gitter/room/RandomFileTree/community.svg" alt="Gitter"></a>
<a href="https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project"><img src="https://img.shields.io/badge/PR-Welcome-%23FF8300.svg" alt="PR welcome"></a>
</p>
</div>

## Description

Expand Down

0 comments on commit a9edfac

Please sign in to comment.