Skip to content

netguru/bitrise-step-danger-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Danger Android - Bitrise step

This Bitrise step simplify usage of Danger in Android projects.

How to use

To use this step in your project you just need to add this step definition to your bitrise.yml file under adequate workflow in steps key.

your_workflow:
  steps:
    - git::https://github.com/netguru/bitrise-step-danger-android.git@master:
      title: Run Danger checks
      is_always_run: true

If you have Dangerfile in your project it will now be connected.

Inputs

Danger step has several inputs to make configuration of plugins easier.

Those inputs are available in workflow editor and you can fill them from there.

Plugins and inputs connected with them that are used in step:

If you leave any of inputs from plugin blank, this plugin will be skipped during step.

About

This project is made with ❤️ by Netguru.

License

Licensed under the MIT License. See License for more info.