Skip to content

Commit

Permalink
chore: remove explicit dependency on danger (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 28, 2019
1 parent 2804a11 commit 230ca4b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 460 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Expand Up @@ -13,12 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
- name: install
run: yarn
- name: Danger
run: yarn danger ci
uses: danger/danger-js@9.1.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -55,7 +55,6 @@
"@typescript-eslint/parser": "^2.5.0",
"babel-jest": "^24.9.0",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"danger": "^9.2.2",
"eslint": "^5.1.0 || ^6.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-eslint-plugin": "^2.0.0",
Expand Down

0 comments on commit 230ca4b

Please sign in to comment.