Skip to content

Commit

Permalink
fix: update README.md and gha config
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Jul 21, 2021
1 parent b0052e0 commit 98d78e2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 143 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
- name: "Build"
run: yarn build

- name: "Tests against build"
run: yarn jest --selectProjects dom-cjs dom-package

test:
name: "Test"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -126,5 +123,5 @@ jobs:
id: "release"
uses: codfish/semantic-release-action@v1.9.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33 changes: 0 additions & 33 deletions .github/workflows/codacy-push.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/debendabot-automerge.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/run-tests.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/semantic-release.yml

This file was deleted.

37 changes: 13 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
<div align="center">
<h1>await-of</h1>
<p>
<a href="https://www.npmjs.com/package/await-of">
<img src="https://flat.badgen.net/npm/v/await-of" alt="NPM version"/>
</a>
<a href="https://www.npmjs.com/package/await-of">
<img src="https://flat.badgen.net/travis/xobotyi/await-of" alt="Travis-CI build status"/>
</a>
<a href="https://www.npmjs.com/package/await-of">
<img src="https://flat.badgen.net/npm/dw/await-of" alt="NPM weekly downloads"/>
</a>
<a href="https://www.npmjs.com/package/await-of">
<img src="https://flat.badgen.net/npm/license/await-of" alt="License"/>
</a>
<a href="https://www.npmjs.com/package/await-of">
<img src="https://flat.badgen.net/npm/types/await-of" alt="Types definition"/>
</a>
<a href="https://www.npmjs.com/package/await-of">
<img src="https://flat.badgen.net/codacy/grade/873d863f35924f1cbc15cb3648df42d0" alt="Codacy Code Grade"/>
</a>
<a href="https://www.npmjs.com/package/await-of">
<img src="https://flat.badgen.net/codacy/coverage/873d863f35924f1cbc15cb3648df42d0" alt="Codacy Coverage"/>
</a>
</p>

# await-of

await wrapper for easier errors handling without try-catch

[![NPM Version](https://flat.badgen.net/npm/v/await-of)](https://www.npmjs.com/package/await-of)
[![NPM Downloads](https://flat.badgen.net/npm/dm/await-of)](https://www.npmjs.com/package/await-of)
[![NPM Dependents](https://flat.badgen.net/npm/dependents/await-of)](https://www.npmjs.com/package/await-of)
[![Build](https://img.shields.io/github/workflow/status/xobotyi/await-of/CI?style=flat-square)](https://github.com/xobotyi/await-of/actions)
[![Coverage](https://flat.badgen.net/codecov/c/github/xobotyi/await-of)](https://app.codecov.io/gh/xobotyi/await-of)
[![Types](https://flat.badgen.net/npm/types/await-of)](https://www.npmjs.com/package/await-of)
[![Tree Shaking](https://flat.badgen.net/bundlephobia/tree-shaking/await-of)](https://bundlephobia.com/result?p=await-of)

</div>

---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"test:coverage": "jest --coverage"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,mdx}": "eslint --fix"
"*.{js,ts}": "eslint --fix"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 98d78e2

Please sign in to comment.