Skip to content

Commit f3c4f09

Browse files
committed
Fixed categories codelists
1 parent 7053c56 commit f3c4f09

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
server-id: central
4343
server-username: MAVEN_USERNAME
4444
server-password: MAVEN_PASSWORD
45+
46+
- uses: italia/publiccode-parser-action@v1
47+
with:
48+
publiccode: 'publiccode.yml'
49+
no-external-checks: true
4550

4651
- name: Cache local Maven repository
4752
uses: actions/cache@v5
@@ -61,8 +66,3 @@ jobs:
6166
- name: Maven Build
6267
run: mvn --batch-mode --update-snapshots install
6368
if: matrix.java != 17
64-
65-
- uses: italia/publiccode-parser-action@v1
66-
with:
67-
publiccode: 'publiccode.yml'
68-
no-external-checks: true

publiccode.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ developmentStatus: stable
1616
softwareType: library
1717

1818
categories:
19-
- data-exchange
19+
- billing-and-invoicing
20+
- communications
21+
- erp
2022
- it-security
2123

2224
description:

0 commit comments

Comments
 (0)