Skip to content

Commit 74a1d54

Browse files
committed
🚨 Tweak Detekt configuration
1 parent 530cf92 commit 74a1d54

File tree

3 files changed

+14
-569
lines changed

3 files changed

+14
-569
lines changed

.github/workflows/detekt.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Detekt
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
detekt:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: checkout
11+
uses: actions/checkout@v2
12+
- name: check
13+
run: ./gradlew detekt

0 commit comments

Comments
 (0)