Skip to content

Commit

Permalink
[core] Simplify Danger's config (#13062)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 10, 2024
1 parent b66c1e5 commit eb26547
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,11 @@ jobs:
steps:
- checkout
- install_js:
# TODO remove, no needed
browsers: true
- run:
name: Run danger on PRs
command: pnpm danger ci --fail-on-errors
environment:
DANGER_DISABLE_TRANSPILATION: 'true'
workflows:
version: 2
pipeline:
Expand Down

0 comments on commit eb26547

Please sign in to comment.