Skip to content

Commit

Permalink
Add a workflow status badge
Browse files Browse the repository at this point in the history
Pull Request: #2 (main)
  • Loading branch information
dimikot committed Jan 12, 2024
1 parent e42f742 commit b536b64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @clickup/ent-framework: A PostgreSQL graph database alike library with micro-sharding and row-level security

See also [Full API documentation](https://github.com/clickup/ent-framework/blob/master/docs/modules.md).

![example workflow](https://github.com/clickup/ent-framework/actions/workflows/ci.yml/badge.svg?branch=main)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"docs": "rm -rf docs && typedoc --plugin typedoc-plugin-markdown --plugin typedoc-plugin-merge-modules && sed -i '' -E 's#packages/[^/]+/##g' $(find docs -type f -name '*.md')",
"clean": "rm -rf dist node_modules yarn.lock package-lock.json *.log",
"copy-package-to-public-dir": "copy-package-to-public-dir.sh",
"backport-package-from-public-dir": "backport-package-from-public-dir.sh",
"deploy": "npm run build && npm run lint && npm run test && npm publish --access=public"
},
"dependencies": {
Expand Down

0 comments on commit b536b64

Please sign in to comment.