diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index f6ec8ec..94db844 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -1,4 +1,4 @@ -name: CI.yml +name: build on: push: diff --git a/README.md b/README.md index b247b1a..e4d0f8e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Log-based IPS system written in Go for Linux-based system. [![Go Reference](https://pkg.go.dev/badge/github.com/d3m0k1d/BanForge/cmd/banforge.svg)](https://pkg.go.dev/github.com/d3m0k1d/BanForge) [![License](https://img.shields.io/badge/license-%20%20GNU%20GPLv3%20-green?style=plastic)](https://github.com/d3m0k1d/BanForge/blob/master/LICENSE) +[![Build Status](https://gitea.d3m0k1d.ru/d3m0k1d/BanForge/actions/workflows/CI.yml/badge.svg?branch=master)](https://gitea.d3m0k1d.ru/d3m0k1d/BanForge/actions) # Table of contents 1. [Overview](#overview) 2. [Requirements](#requirements)