mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Updated github action build name
This commit is contained in:
parent
331b40570b
commit
aaf4c449a0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Go
|
||||
name: Build status
|
||||
on: [push]
|
||||
jobs:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<p align="center">
|
||||
<img alt="opensnitch" src="https://raw.githubusercontent.com/evilsocket/opensnitch/master/ui/opensnitch/res/icon.png" height="160" />
|
||||
<p align="center">
|
||||
<img src="https://github.com/gustavo-iniguez-goya/opensnitch/workflows/Go/badge.svg" />
|
||||
<img src="https://github.com/gustavo-iniguez-goya/opensnitch/workflows/Build%20status/badge.svg" />
|
||||
<a href="https://github.com/gustavo-iniguez-goya/opensnitch/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/gustavo-iniguez-goya/opensnitch.svg?style=flat-square"></a>
|
||||
<a href="https://github.com/evilsocket/opensnitch/blob/master/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-GPL3-brightgreen.svg?style=flat-square"></a>
|
||||
<a href="https://goreportcard.com/report/github.com/evilsocket/opensnitch/daemon"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/evilsocket/opensnitch/daemon?style=flat-square"></a>
|
||||
|
|
Loading…
Add table
Reference in a new issue