Skip to content

Commit 4f0b31f

Browse files
committed
Dodanie checkstyle i integracji ciągłej
1 parent 747f975 commit 4f0b31f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ jobs:
1212
java-version: '17'
1313
distribution: 'adopt'
1414
- name: Test
15-
run: mvn test
15+
run: mvn test
16+
- name: runCheckstyle
17+
run: mvn checkstyle:checkstyle

0 commit comments

Comments
 (0)