Skip to content

Commit

Permalink
docs: updates on workflows
Browse files Browse the repository at this point in the history
Added information on documentation
  • Loading branch information
ADMSK\AVROGAL1 committed Mar 24, 2021
1 parent a1656dd commit 8b876ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
[![GitHub JSON-Validator](https://github.com/AlexRogalskiy/quotes/workflows/Validate%20JSONs/badge.svg)](https://github.com/OrRosenblatt/validate-json-action)
[![BCH compliance](https://bettercodehub.com/edge/badge/AlexRogalskiy/quotes?branch=master)](https://bettercodehub.com/)

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/AlexRogalskiy/quotes)
[![Chat](https://img.shields.io/badge/chat-discussions-success.svg)](https://github.com/AlexRogalskiy/quotes/discussions)
[![Open questions](https://img.shields.io/badge/Open-questions-blue.svg?style=flat-curved)](https://github.com/AlexRogalskiy/quotes/labels/question)
[![Open bugs](https://img.shields.io/badge/Open-bugs-red.svg?style=flat-curved)](https://github.com/AlexRogalskiy/quotes/labels/bug)

## *Table of contents*

- [*Description*](#description)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"format": "prettier --single-quote --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"lint": "eslint --cache --fix --quiet --format codeframe --ext js,ts .",
"lint:clean": "rimraf .eslintcache",
"lint:json": "node_modules/.bin/jsonlint ./package.json --quiet",
"markdown": "markdown-link-check ./README.md ./SECURITY.md",
"remark": "remark -q -f .",
Expand All @@ -31,7 +32,7 @@
"test": "env-cmd --silent -e test jest",
"test:coverage": "env-cmd --silent -e test jest --collectCoverage --detectOpenHandles",
"test:watch": "env-cmd --silent -e test jest --watch",
"lint:all": "npm run lint && npm run lint:md",
"lint:all": "npm run lint:clean && npm run lint && npm run lint:md",
"format:all": "npm run format && npm run format:md",
"check:all": "npm run format:check",
"test:all": "npm run test",
Expand Down

1 comment on commit 8b876ea

@vercel
Copy link

@vercel vercel bot commented on 8b876ea Mar 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.