Skip to content

Commit

Permalink
Fix CI badge in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Aug 31, 2023
1 parent 0c4bb4a commit 2cd42cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/c-cpp.yml → .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: C/C++ CI
#
# Copyright (c) 2023 Siddharth Chandrasekaran <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
#

name: Build CI

on:
push:
Expand All @@ -8,9 +14,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: make
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bip39

![build](https://github.com/github/docs/actions/workflows/c-cpp.yml/badge.svg)
[![Build CI][1]][2]

A simple bip39 C library.

Expand All @@ -15,3 +15,6 @@ make
```
make check
```

[1]: https://github.com/goTomain/bip39/workflows/Build%20CI/badge.svg
[2]: https://github.com/goTomain/bip39/actions?query=workflow%3A%22Build+CI%22

0 comments on commit 2cd42cb

Please sign in to comment.