Skip to content

Commit c0f1ea5

Browse files
committed
gimme them badges
1 parent 3e98e20 commit c0f1ea5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/node-js-packaging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: node-js builds
1+
name: Node.js builds
22
env:
33
DEBUG: napi:*
44
APP_NAME: cpp-linter

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<!-- markdownlint-disable MD041 -->
22
[![Python packaging][py-build-badge]][py-build-ci]
33
[![Binary executable builds][bin-build-badge]][bin-build-ci]
4+
[![node-js builds][node-ci-badge]][node-ci]
45
[![Test CI][test-ci-badge]][test-ci]
56
[![Docs][docs-ci-badge]][docs-site]
67
[![Pre-commit-ci][pre-commit-badge]][pre-commit-ci]
8+
79
[![codecov-status][codecov-badge]][codecov-project]
810
[![docs.rs][docs-rs-badge]][docs-rs]
11+
[![PyPI - Version][pypi-badge]][pypi-pkg]
912
[![Crates.io Version][crates-io-badge]][crates-io-pkg]
13+
[![NPM Version][npm-badge]][npm-pkg]
1014

1115
[py-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml
1216
[py-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml/badge.svg
1317
[bin-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml/badge.svg
1418
[bin-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml
19+
[node-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/node-js-packaging.yml/badge.svg
20+
[node-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/node-js-packaging.yml
1521
[test-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml/badge.svg
1622
[test-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml
1723
[docs-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/build-docs.yml/badge.svg
@@ -22,8 +28,12 @@
2228
[codecov-project]: https://codecov.io/gh/cpp-linter/cpp_linter_rs
2329
[docs-rs-badge]: https://img.shields.io/docsrs/cpp-linter?label=docs.rs
2430
[docs-rs]: https://docs.rs/cpp-linter
31+
[pypi-badge]: https://img.shields.io/pypi/v/cpp-linter
32+
[pypi-pkg]: https://pypi.org/project/cpp-linter/
2533
[crates-io-badge]: https://img.shields.io/crates/v/cpp-linter
2634
[crates-io-pkg]: https://crates.io/crates/cpp-linter
35+
[npm-badge]: https://img.shields.io/npm/v/%40cpp-linter%2Fcpp-linter
36+
[npm-pkg]: https://www.npmjs.com/package/@cpp-linter/cpp-linter
2737

2838
# C/C++ Linting Package
2939

0 commit comments

Comments
 (0)