Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Remove danger.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Feb 17, 2020
1 parent 1983205 commit eed1135
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 603 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ jobs:
node-version: 12
- run: yarn
- run: yarn test
- run: yarn ci
env:
GITHUB_TOKEN: ${{secrets.DANGER_GITHUB_API_TOKEN}}
57 changes: 0 additions & 57 deletions dangerfile.ts

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"build:bin": "tsc && rollup -c rollup.config.js",
"postbuild": "rimraf dist/**/*.test.*",
"version": "auto-changelog -p && git add CHANGELOG.md",
"ci": "[ ! -z $GITHUB_TOKEN ] && yarn danger ci || echo \"Skipping Danger for External Contributor\"",
"examples": "run-p example:*",
"example:github": "node dist/bin/restful-react.js import --github OAI:OpenAPI-Specification:master:examples/v3.0/petstore.yaml --output examples/petstoreFromGithubSpec.tsx",
"example:url": "node dist/bin/restful-react.js import --url https://petstore.swagger.io/v2/swagger.json --output examples/petstoreFromUrlSpec.tsx",
Expand Down Expand Up @@ -89,7 +88,6 @@
"@types/request": "^2.48.4",
"@types/yamljs": "^0.2.30",
"auto-changelog": "^1.16.2",
"danger": "^9.2.10",
"doctoc": "^1.4.0",
"husky": "^4.0.7",
"isomorphic-fetch": "^2.2.1",
Expand Down
Loading

0 comments on commit eed1135

Please sign in to comment.