Skip to content

Commit

Permalink
[core] Simplify Danger's config
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 8, 2024
1 parent 2a5b8fe commit 40f851c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,10 @@ jobs:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
- checkout
- install_js:
browsers: true
- install_js
- 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 40f851c

Please sign in to comment.