Skip to content

Commit

Permalink
ci: update workflows and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Dec 24, 2024
1 parent ab9567e commit 1ef6099
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: build
on:
push:
pull_request:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: test
on:
push:
pull_request:
Expand All @@ -21,12 +21,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Go imports check
uses: zjkmxy/[email protected]
with:
run: imports
token: ${{ secrets.GITHUB_TOKEN }}

- name: Test
run: go test ./...
env:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<h1> Named Data Networking Daemon </h1>
</div>

[![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.
Expand Down

0 comments on commit 1ef6099

Please sign in to comment.