-
Notifications
You must be signed in to change notification settings - Fork 66
fix: publiccode.yml validation errors #496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| name: Validate publiccode.yml | ||
|
|
||
| on: | ||
| push: | ||
| paths: | ||
| - "publiccode.yml" | ||
| - ".github/workflows/publiccode.yml" | ||
| pull_request: | ||
| paths: | ||
| - "publiccode.yml" | ||
| - ".github/workflows/publiccode.yml" | ||
|
|
||
| permissions: {} | ||
|
|
||
| jobs: | ||
| validate: | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| name: publiccode.yml validation | ||
| steps: | ||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 | ||
|
|
||
| - uses: italia/publiccode-parser-action@21086c73ec0563e14c6748787efa1b34b025ad8c # v1 | ||
| with: | ||
| publiccode: "publiccode.yml" | ||
| no-network: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,36 +1,44 @@ | ||
| publiccodeYmlVersion: "0.5.0" | ||
| name: Sites Conformes | ||
| url: https://github.com/numerique-gouv/sites-conformes | ||
| landingURL: https://sites.beta.gouv.fr/ | ||
| logo: https://github.com/numerique-gouv.png | ||
| usedBy: [] | ||
| publiccodeYmlVersion: "0" | ||
| name: "Sites Conformes" | ||
| url: "https://github.com/numerique-gouv/sites-conformes" | ||
| landingURL: "https://sites.beta.gouv.fr/" | ||
| logo: "https://github.com/numerique-gouv.png" | ||
| developmentStatus: stable | ||
| localisation: | ||
| localisationReady: true | ||
| availableLanguages: | ||
| - en | ||
| - fr | ||
| fundedBy: | ||
| - name: Direction interministérielle du numérique | ||
| uri: https://lannuaire.service-public.fr/gouvernement/d1a97841-b4bf-46df-a089-1003e4e266b4 | ||
| - name: "Direction interministérielle du numérique" | ||
| uri: "https://lannuaire.service-public.fr/gouvernement/d1a97841-b4bf-46df-a089-1003e4e266b4" | ||
| roadmap: "https://sites.beta.gouv.fr/" | ||
| platforms: | ||
| - web | ||
| softwareType: "standalone/web" | ||
| description: | ||
| fr: | ||
| shortDescription: | ||
| shortDescription: >- | ||
| Gestionnaire de contenu permettant de créer et gérer un site | ||
| internet basé sur le Système de design de l'État, accessible et responsive | ||
| longDescription: >- | ||
| Sites Conformes est un gestionnaire de contenu basé sur Wagtail et Django, | ||
| conçu pour permettre la création simplifiée de sites en .gouv.fr. Il | ||
| fournit des composants prêts à l'emploi issus du Système de design de | ||
| l'État (DSFR), garantissant la conformité aux normes numériques en | ||
| vigueur. Il inclut la gestion de blog, d'événements, de formulaires de | ||
| contact et l'authentification via ProConnect. | ||
| features: | ||
| - "Composants DSFR intégrés" | ||
| - "Gestion de blog et d'événements" | ||
| - "Formulaires de contact" | ||
| - "Authentification ProConnect" | ||
| documentation: "https://sites.beta.gouv.fr/documentation/" | ||
| legal: | ||
| license: agpl-3.0 | ||
| license: "AGPL-3.0-only" | ||
| mainCopyrightOwner: "État français - Direction interministérielle du numérique" | ||
| authorsFile: "" | ||
| maintenance: | ||
| type: community | ||
| contacts: | ||
| - name: "Équipe Sites Conformes" | ||
| email: "contact@sites.beta.gouv.fr" | ||
| # awesomeScore: 5 | ||
|
Ash-Crow marked this conversation as resolved.
|
||
| # awesomeShield: https://img.shields.io/badge/awesome-codegouvfr_5/10-blue | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.