Skip to content

Commit

Permalink
Move status badge to status subcategory (#176)
Browse files Browse the repository at this point in the history
* move

* ignore md files in verify workflows

---------

Co-authored-by: Kwiatosz, Krzysztof <[email protected]>
  • Loading branch information
Cortey and kwiatekus authored Jan 17, 2024
1 parent b842069 commit 5b2586e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/warden-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: warden verify
on:
push:
branches: [ "main", "release-*" ]
paths-ignore:
- '**.md'
workflow_dispatch:
pull_request:

paths-ignore:
- '**.md'
jobs:
lint:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[![REUSE status](https://api.reuse.software/badge/github.com/kyma-project/warden)](https://api.reuse.software/info/github.com/kyma-project/warden)

# Warden
K8s image authenticity validator

## Status
[![REUSE status](https://api.reuse.software/badge/github.com/kyma-project/warden)](https://api.reuse.software/info/github.com/kyma-project/warden)

## Description
// TODO(user): An in-depth paragraph about your project and overview of use

Expand Down

0 comments on commit 5b2586e

Please sign in to comment.