Skip to content

Commit 2996443

Browse files
committed
Fix a typo in actions file
1 parent 8bee862 commit 2996443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
restore-keys: ${{ runner.os }}-m2
6060

6161
- name: Check for common code issues
62-
run: mvn spotbugs:checks
62+
run: mvn spotbugs:check

0 commit comments

Comments
 (0)