Skip to content

Commit

Permalink
fix: rm gitdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesopie committed Jun 25, 2024
1 parent 9d80952 commit ec43b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,4 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run standard
gitdiff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run gitdiff
- run: npm run standard
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit",
"standard": "standard",
"test": "npm run standard && npm run coverage",
"unit": "tape test/*.js",
"gitdiff": "npm run build && git diff --exit-code"
"unit": "tape test/*.js"
},
"dependencies": {
"bs58check": "^3.0.1"
Expand Down

0 comments on commit ec43b2f

Please sign in to comment.