Skip to content

Commit

Permalink
Add more badges to README (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
JstnMcBrd committed Mar 9, 2024
1 parent 642a326 commit 0900239
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: "https://registry.npmjs.org"
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm run build

- name: Lint
run: npm run lint
run: npm run lint

- name: Test
run: npm test
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# @jstnmcbrd/eslint-config

[![npm package](https://badge.fury.io/js/@jstnmcbrd%2Feslint-config.svg)](https://badge.fury.io/js/@jstnmcbrd%2Feslint-config)
[![Validate](https://img.shields.io/github/actions/workflow/status/JstnMcBrd/eslint-config/validate.yml?logo=github&label=Validate)](https://github.com/JstnMcBrd/eslint-config/actions/workflows/validate.yml)
<br />
[![NPM Version](https://img.shields.io/npm/v/@jstnmcbrd/eslint-config)](https://www.npmjs.com/package/@jstnmcbrd/eslint-config)
[![NPM License](https://img.shields.io/npm/l/@jstnmcbrd/eslint-config)](./LICENSE)
![NPM Type Definitions](https://img.shields.io/npm/types/@jstnmcbrd/eslint-config)
![NPM Downloads](https://img.shields.io/npm/dt/@jstnmcbrd/eslint-config)
<br />
![Node version](https://img.shields.io/node/v/@jstnmcbrd/eslint-config)
[![ESLint version](https://img.shields.io/npm/dependency-version/@jstnmcbrd/eslint-config/peer/eslint)](https://www.npmjs.com/package/eslint)

## About

Expand Down

0 comments on commit 0900239

Please sign in to comment.