diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/build-ci.yml similarity index 66% rename from .github/workflows/c-cpp.yml rename to .github/workflows/build-ci.yml index 1317a7a..ed83492 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/build-ci.yml @@ -1,4 +1,10 @@ -name: C/C++ CI +# +# Copyright (c) 2023 Siddharth Chandrasekaran +# +# SPDX-License-Identifier: Apache-2.0 +# + +name: Build CI on: push: @@ -8,9 +14,7 @@ on: jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 - name: make diff --git a/README.md b/README.md index 9c71f43..ddc661f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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