Skip to content

Add a github actions workflow to lint code on every push #1

Add a github actions workflow to lint code on every push

Add a github actions workflow to lint code on every push #1

Workflow file for this run

name: detekt
on:
push
jobs:
detekt:
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v2
- name: "detekt"
uses: natiginfo/[email protected]
with:
args: --config "config/detekt.yml"