We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7053c56 commit f3c4f09Copy full SHA for f3c4f09
2 files changed
.github/workflows/maven.yml
@@ -42,6 +42,11 @@ jobs:
42
server-id: central
43
server-username: MAVEN_USERNAME
44
server-password: MAVEN_PASSWORD
45
+
46
+ - uses: italia/publiccode-parser-action@v1
47
+ with:
48
+ publiccode: 'publiccode.yml'
49
+ no-external-checks: true
50
51
- name: Cache local Maven repository
52
uses: actions/cache@v5
@@ -61,8 +66,3 @@ jobs:
61
66
- name: Maven Build
62
67
run: mvn --batch-mode --update-snapshots install
63
68
if: matrix.java != 17
64
-
65
- - uses: italia/publiccode-parser-action@v1
- with:
- publiccode: 'publiccode.yml'
- no-external-checks: true
publiccode.yml
@@ -16,7 +16,9 @@ developmentStatus: stable
16
softwareType: library
17
18
categories:
19
- - data-exchange
+ - billing-and-invoicing
20
+ - communications
21
+ - erp
22
- it-security
23
24
description:
0 commit comments