Skip to content

Update README.md commit 2 #205

Update README.md commit 2

Update README.md commit 2 #205

Workflow file for this run

## 1
name: detekt
## 2
on:
push:
branches:
- main
pull_request:
branches:
- main
## 3
jobs:
detekt:
## 4
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v2
- name: "detekt"
uses: natiginfo/[email protected]