We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ccc27 commit f4e40c8Copy full SHA for f4e40c8
.github/workflows/ci.yaml
@@ -27,6 +27,9 @@ jobs:
27
- name: Check code format
28
run: ./gradlew spotlessCheck
29
30
+ - name: Lint
31
+ run: make lint
32
+
33
- name: Test
34
run: make test
35
Makefile
@@ -5,7 +5,7 @@ fmt:
5
@./gradlew spotlessApply
6
7
lint:
8
- @echo "linting not ready yet"
+ @./gradlew pmdMain
9
10
test:
11
@./gradlew test
0 commit comments