The project is still work in progress.
Is possible to generate a working danger-kotlin
instance from the code that is currently on this repo, but is not ready to be distributed yet.
brew install danger/tap/danger-kotlin
npm install -g danger
bash <(curl -s https://raw.githubusercontent.com/danger/kotlin/master/scripts/install.sh)
source ~/.bash_profile
You can add danger/kotlin to your actions
jobs:
build:
runs-on: ubuntu-latest
name: "Run Danger"
steps:
- uses: actions/checkout@v1
- name: Danger
uses: danger/kotlin@0.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
danger-kotlin ci
- Use this on CIdanger-kotlin pr https://github.com/Moya/Harvey/pull/23
- Use this to build your Dangerfiledanger-kotlin local
- Use this to run danger against your local changes from master