{"id":28723090,"url":"https://github.com/mysociety/action-pdk","last_synced_at":"2026-05-12T12:41:37.344Z","repository":{"id":136545824,"uuid":"333453200","full_name":"mysociety/action-pdk","owner":"mysociety","description":"Use The Puppet Development Kit in GitHub Actions","archived":false,"fork":false,"pushed_at":"2021-01-27T15:06:21.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-09T12:35:44.350Z","etag":null,"topics":["actions","pdk","puppet"],"latest_commit_sha":null,"homepage":"https://www.mysociety.org/","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/mysociety.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,"zenodo":null}},"created_at":"2021-01-27T14:48:26.000Z","updated_at":"2023-02-07T18:09:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"c13d1e66-aaa6-4d75-9d99-d5da73a49736","html_url":"https://github.com/mysociety/action-pdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mysociety/action-pdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysociety%2Faction-pdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysociety%2Faction-pdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysociety%2Faction-pdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysociety%2Faction-pdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mysociety","download_url":"https://codeload.github.com/mysociety/action-pdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysociety%2Faction-pdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259949647,"owners_count":22936414,"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","pdk","puppet"],"created_at":"2025-06-15T09:12:08.285Z","updated_at":"2026-05-12T12:41:37.314Z","avatar_url":"https://github.com/mysociety.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple GitHub Action using the Puppet Development Kit\n\nThis is a very simple GitHub action that allows you to run tests using\nthe [Puppet Development Kit](https://puppet.com/docs/pdk/). It uses the\nofficial [Puppet PDK docker image](https://hub.docker.com/r/puppet/pdk)\nas its basis.\n\n## Usage\n\nCurrently this takes a single argument, `action`, that is just passed\nto the invocation of `pdk` directly.\n\n```\nname: Run PDK tests\n\non:\n  - push\n  - pull_request\n\njobs:\n  tests:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n\n      - name: Validate\n        uses: mysociety/action-pdk@master\n        with:\n          action: 'validate'\n\n      - name: Run Unit Tests\n        uses: mysociety/action-pdk@master\n        with:\n          action: 'test unit'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmysociety%2Faction-pdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmysociety%2Faction-pdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmysociety%2Faction-pdk/lists"}