diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bdcee97f..38472761 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: build on: push: pull_request: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 290b1a27..126c8dc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test +name: test on: push: pull_request: @@ -21,12 +21,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Go imports check - uses: zjkmxy/golang-github-actions@v1.1.3 - with: - run: imports - token: ${{ secrets.GITHUB_TOKEN }} - - name: Test run: go test ./... env: diff --git a/README.md b/README.md index d6f09f76..4a180f2c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@

Named Data Networking Daemon

+[![build](https://github.com/named-data/ndnd/actions/workflows/build.yml/badge.svg)](https://github.com/named-data/ndnd/actions/workflows/build.yml) +[![test](https://github.com/named-data/ndnd/actions/workflows/test.yml/badge.svg)](https://github.com/named-data/ndnd/actions/workflows/test.yml) +[![MIT license](https://img.shields.io/badge/license-MIT-blue)](./LICENSE) + NDNd is a Golang implementation of the Named Data Networking (NDN) [protocol](https://named-data.net) stack. See the project [overview](https://named-data.net/project/), architecture [details](https://named-data.net/project/archoverview/) and the [tutorial](https://101.named-data.net/) for more info on NDN.