{"id":20182496,"url":"https://github.com/wildtechgarden/validator-html-action","last_synced_at":"2025-05-07T03:30:34.150Z","repository":{"id":194012642,"uuid":"689872325","full_name":"wildtechgarden/validator-html-action","owner":"wildtechgarden","description":"GitHub action using W3C's validator to validate the HTML and CSS of a website","archived":true,"fork":false,"pushed_at":"2023-09-27T00:50:44.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T21:48:01.653Z","etag":null,"topics":["css-validator","html-validate","html-validation","html-validator","html5-validation","w3c-validator"],"latest_commit_sha":null,"homepage":"https://www.validator-html-action.wtg-demos.ca/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wildtechgarden.png","metadata":{"files":{"readme":"README.fr.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-11T04:54:34.000Z","updated_at":"2024-01-11T04:50:33.000Z","dependencies_parsed_at":"2023-09-27T05:35:32.614Z","dependency_job_id":null,"html_url":"https://github.com/wildtechgarden/validator-html-action","commit_stats":null,"previous_names":["wildtechgarden/validator-html-action"],"tags_count":2,"template":false,"template_full_name":"wildtechgarden/module-starter-hugo-wtg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wildtechgarden%2Fvalidator-html-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wildtechgarden%2Fvalidator-html-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wildtechgarden%2Fvalidator-html-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wildtechgarden%2Fvalidator-html-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wildtechgarden","download_url":"https://codeload.github.com/wildtechgarden/validator-html-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252806323,"owners_count":21807188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css-validator","html-validate","html-validation","html-validator","html5-validation","w3c-validator"],"created_at":"2024-11-14T02:38:46.788Z","updated_at":"2025-05-07T03:30:33.864Z","avatar_url":"https://github.com/wildtechgarden.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Actionne GitHub ce-qui vérifier le HTML et CSS d'une site\n\nDécrit: Actionne GitHub ce-qui utiliser W3C `validator` a vérifier le HTML et CSS\nd'une site  \nURL du référentiel: \u003chttps://github.com/wildtechgarden/validator-html-action\u003e\\\nSite: \u003chttps://www.validator-html-action.wtg-demos.ca\u003e  \nStatut IC: [![pre-commit.ci statut](https://results.pre-commit.ci/badge/github/wildtechgarden/validator-html-action/main.svg)](https://results.pre-commit.ci/latest/github/wildtechgarden/validator-html-action/main)\n[![build-audit](https://github.com/wildtechgarden/validator-html-action/actions/workflows/build-audit.yml/badge.svg)](https://github.com/wildtechgarden/validator-html-action/actions/workflows/build-audit.yml)\n\n## Matières\n\n1. [Matières](#matières)\n2. [Configuration and utilisation](#configuration-and-utilisation)\n   1. [Actions inputs variables](#actions-inputs-variables)\n   2. [Sample usage](#sample-usage)\n3. [Développement](#développement)\n4. [Colophon](#colophon)\n\n## Configuration and utilisation\n\n### Actions inputs variables\n\n| Input | Required | Default | Dit-on |\n|-------|-------|---------|---------|\n| download-site-as | oui | unminified-site | GitHub Artifact qui contenu le tarball avec le site |\n| download-site-filename | oui | hugo-site.tar | Nom de tarball qui contenu le site |\n| output-directory | oui | public | subdirectory (en tarball) contenu le site a vérifier |\n| repo-token | oui | _(none)_ | GITHUB_TOKEN |\n| use-existing-workspace | non | false | Utiliser un workspace existent et le site créer vers un artefact |\n\nLe tarball (défaut ``hugo-site.tar``) en l'artefact (défaut\n``unminified-site``) avec le nom en ``download-site-as`` et contenu:\n\n* Un subdirectory contenu le site (défaut: _public_, ou option\ná ``output-directory``).\n\n### Sample usage\n\n```yaml\nname: test-html-validate\non:\n  pull_request:\n    types:\n    - assigned\n    - opened\n    - synchronize\n    - reopened\n  push:\n    branches:\n    - main\njobs:\n  build-unminified-site:\n    runs-on: ubuntu-20.04\n    steps:\n    - uses: actions/checkout@v4\n    - name: \"Créer site avec Hugo et auditer\"\n      uses: wildtechgarden/audit-build-action-hugo-dfd@main\n      with:\n        base-url: \"https://www.example.com/\"\n        build-for-downstream: \"true\"\n        source-directory: échantillon\n        use-lfs: false\n    - name: \"Vérifier HTML de site\"\n      uses: wildtechgarden/validator-html-action@main\n      with:\n        repo-token: ${{ secrets.GITHUB_TOKEN }}\n        use-existing-workspace: \"true\"\n```\n\n## Développement\n\nTBD\n\n-------\n\n## Colophon\n\nCopyright © 2023 Wild Tech 'Garden'  \n[Publié sous license MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwildtechgarden%2Fvalidator-html-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwildtechgarden%2Fvalidator-html-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwildtechgarden%2Fvalidator-html-action/lists"}