{"id":21417324,"url":"https://github.com/staffbase/yamllint-action","last_synced_at":"2025-07-14T04:32:58.598Z","repository":{"id":39625509,"uuid":"222426396","full_name":"Staffbase/yamllint-action","owner":"Staffbase","description":"Lints yaml files and annotates every finding.","archived":false,"fork":false,"pushed_at":"2024-05-28T12:39:51.000Z","size":246,"stargazers_count":12,"open_issues_count":2,"forks_count":1,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-05-29T04:13:52.660Z","etag":null,"topics":["actions","github-actions","yamllint"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Staffbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-18T10:50:28.000Z","updated_at":"2024-06-03T20:20:34.692Z","dependencies_parsed_at":"2023-12-19T08:50:25.035Z","dependency_job_id":"2fb9cc91-231d-48bf-b917-d7a191a55428","html_url":"https://github.com/Staffbase/yamllint-action","commit_stats":{"total_commits":75,"total_committers":11,"mean_commits":6.818181818181818,"dds":0.5466666666666666,"last_synced_commit":"0c41b31130fcf35938cacbf38c0ca4087e83b287"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fyamllint-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fyamllint-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fyamllint-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fyamllint-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staffbase","download_url":"https://codeload.github.com/Staffbase/yamllint-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225950743,"owners_count":17550309,"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":["actions","github-actions","yamllint"],"created_at":"2024-11-22T19:14:37.271Z","updated_at":"2024-11-22T19:14:37.830Z","avatar_url":"https://github.com/Staffbase.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lint All Your YAML Files\n\nUsing this GitHub Action in your workflow to lint all yaml files and then annotates every finding in the changed files view.\n\n![annotation](images/annotation.png)\n\n## Usage\n\nCreate a new workflow with the following content:\n\n```yaml\nname: YAMLlint\n\non:\n  push:\n    branches:\n      - '**'\n    tags-ignore:\n      - '**'\n\njobs:\n  yamllint:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n\n      - name: Lint and Annotate\n        uses: staffbase/yamllint-action@v1\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n          ## The target path is processed recursively\n          target-path: \u003crelative-folder-path\u003e\n          ## The action name is only necessary if the current action name changed\n          action-name: \u003cname-of-the-action\u003e\n```\n\n## Credits\n\nThis action is using\n\n- [adrienverge/yamllint](https://github.com/adrienverge/yamllint)\n- [sdesbure/docker_yamllint](https://github.com/sdesbure/docker_yamllint)\n\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"images/staffbase.png\" alt=\"Staffbase GmbH\" width=\"96\" /\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cb\u003eStaffbase GmbH\u003c/b\u003e\n      \u003cbr /\u003eStaffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: \u003ca href=\"https://jobs.staffbase.com\" target=\"_blank\" rel=\"noreferrer\"\u003ejobs.staffbase.com\u003c/a\u003e\n      \u003cbr /\u003e\u003ca href=\"https://github.com/Staffbase\" target=\"_blank\" rel=\"noreferrer\"\u003eGitHub\u003c/a\u003e | \u003ca href=\"https://staffbase.com/\" target=\"_blank\" rel=\"noreferrer\"\u003eWebsite\u003c/a\u003e | \u003ca href=\"https://jobs.staffbase.com\" target=\"_blank\" rel=\"noreferrer\"\u003eJobs\u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaffbase%2Fyamllint-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaffbase%2Fyamllint-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaffbase%2Fyamllint-action/lists"}