Skip to content

Commit

Permalink
Fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
cjaehnen committed Aug 12, 2024
1 parent 12bba52 commit 615a1d9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ on: [push]
jobs:
cancel:
uses: opengood-aio/central-workflows/.github/workflows/workflow-cancel.yml@main
<<<<<<< Updated upstream
secrets:
workflow-token: ${{ secrets.WORKFLOW_TOKEN }}
workflow-token: ${{ secrets.WORKFLOW_TOKEN }}
=======
>>>>>>> Stashed changes
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Kotlin Commons Library

[![Build](https://github.com/opengoodio/kotlin-commons/workflows/build/badge.svg)](https://github.com/opengoodio/kotlin-commons/actions?query=workflow%3Abuild)
[![Release](https://github.com/opengoodio/kotlin-commons/workflows/release/badge.svg)](https://github.com/opengoodio/kotlin-commons/actions?query=workflow%3Arelease)
[![CodeQL](https://github.com/opengoodio/kotlin-commons/actions/workflows/codeql.yml/badge.svg)](https://github.com/opengoodio/kotlin-commons/actions/workflows/codeql.yml)
[![Codecov](https://codecov.io/gh/opengoodio/kotlin-commons/branch/main/graph/badge.svg?token=AEEYTGK87F)](https://codecov.io/gh/opengoodio/kotlin-commons)
[![Release Version](https://img.shields.io/github/release/opengoodio/kotlin-commons.svg)](https://github.com/opengoodio/kotlin-commons/releases/latest)
[![Build](https://github.com/opengood-aio/kotlin-commons/workflows/build/badge.svg)](https://github.com/opengood-aio/kotlin-commons/actions?query=workflow%3Abuild)
[![Release](https://github.com/opengood-aio/kotlin-commons/workflows/release/badge.svg)](https://github.com/opengood-aio/kotlin-commons/actions?query=workflow%3Arelease)
[![CodeQL](https://github.com/opengood-aio/kotlin-commons/actions/workflows/codeql.yml/badge.svg)](https://github.com/opengood-aio/kotlin-commons/actions/workflows/codeql.yml)
[![Codecov](https://codecov.io/gh/opengood-aio/kotlin-commons/branch/main/graph/badge.svg?token=AEEYTGK87F)](https://codecov.io/gh/opengood-aio/kotlin-commons)
[![Release Version](https://img.shields.io/github/release/opengood-aio/kotlin-commons.svg)](https://github.com/opengood-aio/kotlin-commons/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/io.opengood.commons/kotlin-commons.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.opengood.commons%22%20AND%20a:%22kotlin-commons%22)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/opengoodio/kotlin-commons/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/opengood-aio/kotlin-commons/master/LICENSE)

Commons library containing reusable functions, extensions, and objects
for Kotlin
Expand Down
1 change: 1 addition & 0 deletions sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ version: 2.0
ci:
provider: GitHub Actions
template: gradle/lib

0 comments on commit 615a1d9

Please sign in to comment.