Skip to content

Commit c25a0d9

Browse files
authored
Merge pull request #57 from SocketDev/Raynos-patch-1
Fix socket badge URL
2 parents 0b42aac + 2beaeac commit c25a0d9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: npm install
1515
- run: npm run build --if-present
1616
- run: echo "127.0.0.1 airtap.local" | sudo tee -a /etc/hosts
17-
- run: npm test
17+
- run: npm run lint
1818
env:
1919
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
2020
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wormhole-crypto
22

3-
[![Socket Badge](https://socket.dev/api/badge/npm/pkg/wormhole-crypto)](https://socket.dev/npm/package/wormhole-crypto)
3+
[![Socket Badge](https://socket.dev/api/badge/npm/package/wormhole-crypto)](https://socket.dev/npm/package/wormhole-crypto)
44
[![ci][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
55

66
[ci-image]: https://img.shields.io/github/workflow/status/SocketDev/wormhole-crypto/ci/master

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"url": "git://github.com/SocketDev/wormhole-crypto.git"
4343
},
4444
"scripts": {
45+
"lint": "standard",
4546
"test": "standard && npm run test-browser",
4647
"test-browser": "airtap --all -- test/*.js",
4748
"test-browser-sauce": "airtap --preset sauce -- test/*.js",

0 commit comments

Comments
 (0)