diff --git a/README.md b/README.md index dd91490..6543749 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Sync Tool +[![Build](https://github.com/opengood-aio/sync/workflows/build/badge.svg)](https://github.com/opengood-aio/sync/actions?query=workflow%3Abuild) +[![CodeQL](https://github.com/opengood-aio/sync/actions/workflows/codeql.yml/badge.svg)](https://github.com/opengood-aio/sync/actions/workflows/codeql.yml) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/opengood-aio/sync/master/LICENSE) + Software project artifact sync tool ## Abstract diff --git a/sync.yml b/sync.yml index fb245a3..b2be033 100644 --- a/sync.yml +++ b/sync.yml @@ -3,3 +3,4 @@ version: 2.0 ci: provider: GitHub Actions template: gradle/cli +