{"id":24990091,"url":"https://github.com/scottbrenner/puppet-lint-action","last_synced_at":"2025-04-12T01:40:58.795Z","repository":{"id":43332813,"uuid":"199564831","full_name":"ScottBrenner/puppet-lint-action","owner":"ScottBrenner","description":"GitHub Action for interacting with Puppet Lint","archived":false,"fork":false,"pushed_at":"2025-03-17T22:02:32.000Z","size":67,"stargazers_count":4,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T21:21:48.878Z","etag":null,"topics":["github-actions","hacktoberfest","lint","linter","puppet"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/puppet-lint-action","language":"Dockerfile","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/ScottBrenner.png","metadata":{"files":{"readme":"README.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-30T03:07:01.000Z","updated_at":"2025-03-17T22:02:35.000Z","dependencies_parsed_at":"2024-04-13T02:26:57.742Z","dependency_job_id":"cc7ecdeb-e88d-4643-a2ea-dce1cde8aee3","html_url":"https://github.com/ScottBrenner/puppet-lint-action","commit_stats":{"total_commits":40,"total_committers":2,"mean_commits":20.0,"dds":"0.025000000000000022","last_synced_commit":"8b2ee60cb1b277642247c5b58710adf8285df155"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottBrenner%2Fpuppet-lint-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottBrenner%2Fpuppet-lint-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottBrenner%2Fpuppet-lint-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottBrenner%2Fpuppet-lint-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScottBrenner","download_url":"https://codeload.github.com/ScottBrenner/puppet-lint-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505742,"owners_count":21115352,"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":["github-actions","hacktoberfest","lint","linter","puppet"],"created_at":"2025-02-04T13:27:52.272Z","updated_at":"2025-04-12T01:40:58.776Z","avatar_url":"https://github.com/ScottBrenner.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action for Puppet Lint\n\nThis Action for [Puppet Lint](https://github.com/puppetlabs/puppet-lint) enables arbitrary actions for interacting with Puppet Lint to test Puppet code against the recommended [Puppet language style guide](https://www.puppet.com/docs/puppet/8/style_guide.html). Puppet Lint validates only code style; it does not validate syntax.\n\n## Usage\n\nAn example workflow for testing manifests for correct Puppet style - run the `puppet-lint` command with the path to the files you want to test as `args`.\n\n```yaml\nname: Puppet Lint\n\non: [push]\n\njobs:\n  puppet-lint:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - name: Checkout\n      uses: actions/checkout@v4\n\n    - name: puppet-lint\n      uses: scottbrenner/puppet-lint-action@v1.0.4\n      with:\n        args: ./\n```\n\nSee [Testing with Puppet Lint](https://github.com/puppetlabs/puppet-lint?tab=readme-ov-file#testing-with-puppet-lint) for full usage details.\n\n## License\n\nThe Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).\n\nContainer images built with this project include third party materials. See [THIRD_PARTY_NOTICE.md](THIRD_PARTY_NOTICE.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottbrenner%2Fpuppet-lint-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscottbrenner%2Fpuppet-lint-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottbrenner%2Fpuppet-lint-action/lists"}