Skip to content

build(deps): bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.23.0 to 1.23.1 #15

build(deps): bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.23.0 to 1.23.1

build(deps): bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.23.0 to 1.23.1 #15

Workflow file for this run

name: Danger CI
on:
pull_request:
branches:
- 'main'
jobs:
test:
name: Danger CI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: yarn add danger
- name: Danger CI Check
uses: danger/[email protected]
env:
CI: true
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
DANGER_GITHUB_API_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}