File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Validate publiccode.yml
2+
3+ on :
4+ push :
5+ paths :
6+ - " publiccode.yml"
7+ - " .github/workflows/publiccodeyml-check.yml"
8+ pull_request :
9+ paths :
10+ - " publiccode.yml"
11+ - " .github/workflows/publiccodeyml-check.yml"
12+
13+ permissions : {}
14+
15+ jobs :
16+ validate :
17+ runs-on : ubuntu-latest
18+ permissions :
19+ contents : read
20+ name : publiccode.yml validation
21+ steps :
22+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
24+ - uses : italia/publiccode-parser-action@56e1200cba853b1efa73ee871600284d0705ab4d # v1
25+ with :
26+ publiccode : " publiccode.yml"
27+ no-network : true
28+
Original file line number Diff line number Diff line change 1- publiccodeYmlVersion : " 0.2 "
1+ publiccodeYmlVersion : ' 0 '
22
33name : Onyxia
44applicationSuite : Onyxia
@@ -38,7 +38,6 @@ intendedAudience:
3838
3939description :
4040 en :
41- genericName : Onyxia
4241 shortDescription : >
4342 Web app to simplify data science environment setup on Kubernetes
4443
@@ -67,7 +66,6 @@ description:
6766 - https://youtu.be/FvpNfVrxBFM?si=goZHdAkOegWjrXBw
6867
6968 fr :
70- genericName : Onyxia
7169 shortDescription : >
7270 Application web pour simplifier la mise en place d'un environnement de data science sur Kubernetes
7371
You can’t perform that action at this time.
0 commit comments