Skip to content

docs: replace property isRed with a color #75

docs: replace property isRed with a color

docs: replace property isRed with a color #75

Workflow file for this run

name: ktlint
on:
pull_request:
branches:
- main
- develop
- fixes-after-1st-review
push:
branches:
- main
- develop
- fixes-after-1st-review
workflow_dispatch:
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v2
- name: "ktlint"
uses: "block42-blockchain-company/ktlint-action@master"