From 64d0818c9fe305182da59f48ddc27a521c0bd10c Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Wed, 26 Apr 2023 23:55:37 +0200 Subject: [PATCH] CI status on README --- .github/workflows/go.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 209aa253..5f53b1d3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Set up Go ${{ matrix.go }} uses: WillAbides/setup-go-faster@v1.8.0 diff --git a/README.md b/README.md index d5de873a..7432e9e6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/thomiceli/opengist?sort=semver) ![License](https://img.shields.io/github/license/thomiceli/opengist?color=blue) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/thomiceli/opengist/go.yml) A self-hosted pastebin **powered by Git**. [Try it here](https://opengist.thomice.li).