{"id":15012061,"url":"https://github.com/karniv00l/platformio-run-action","last_synced_at":"2025-04-12T03:31:26.429Z","repository":{"id":65160444,"uuid":"427625008","full_name":"karniv00l/platformio-run-action","owner":"karniv00l","description":"GitHub Action for PlatformIO CI Run","archived":false,"fork":false,"pushed_at":"2024-03-10T10:16:33.000Z","size":21,"stargazers_count":16,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T01:24:12.406Z","etag":null,"topics":["actions","ci-cd","github-actions","platformio","platformio-ci","platformio-cli"],"latest_commit_sha":null,"homepage":"","language":null,"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/karniv00l.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"karniv00l"}},"created_at":"2021-11-13T09:45:27.000Z","updated_at":"2025-04-09T10:19:44.000Z","dependencies_parsed_at":"2024-01-18T09:00:46.043Z","dependency_job_id":"3e3a248a-377e-41fa-bd06-4fdd10728e08","html_url":"https://github.com/karniv00l/platformio-run-action","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"513cb4ed7bfe3e5c6b96bf879bdc7228b78b3572"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karniv00l%2Fplatformio-run-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karniv00l%2Fplatformio-run-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karniv00l%2Fplatformio-run-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karniv00l%2Fplatformio-run-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karniv00l","download_url":"https://codeload.github.com/karniv00l/platformio-run-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248512639,"owners_count":21116649,"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","ci-cd","github-actions","platformio","platformio-ci","platformio-cli"],"created_at":"2024-09-24T19:42:03.367Z","updated_at":"2025-04-12T03:31:26.107Z","avatar_url":"https://github.com/karniv00l.png","language":null,"funding_links":["https://github.com/sponsors/karniv00l"],"categories":[],"sub_categories":[],"readme":"# PlatformIO Run\n\nGitHub Action for PlatformIO Run.\n\n## Usage\n\n`.github/workflows/platformio-build.yml`\n\n```yml\nname: PlatformIO\n\non: pull_request\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n      - name: PlatformIO Run\n        uses: karniv00l/platformio-run-action@v1\n        with:\n          environments: \"teensy35,teensy36,teensy41\"\n          targets: \"teensy35,teensy36,teensy41\"\n          project-dir: \"./some_dir\"\n          project-conf: \"./some_dir/custom.ini\"\n          jobs: 6\n          silent: false\n          verbose: true\n          disable-auto-clean: false\n```\n\n## Inputs\n\n```yml\nenvironments:\n  description: Process specified environments (comma separated).\n  required: false\ntargets:\n  description: Process specified targets (comma separated).\n  required: false\nproject-dir:\n  description: Specify the path to project directory. By default, project-dir is equal to current working directory (CWD).\n  required: false\nproject-conf:\n  description: Process project with a custom platformio.ini\n  required: false\njobs:\n  description: Control a number of parallel build jobs. Default is a number of CPUs in a system.\n  required: false\nsilent:\n  description: Suppress progress reporting.\n  required: false\nverbose:\n  description: Shows detailed information when processing environments.\n  required: false\ndisable-auto-clean:\n  description: Disable auto-clean of build_dir when platformio.ini or src_dir (project structure) have been modified.\n  required: false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarniv00l%2Fplatformio-run-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarniv00l%2Fplatformio-run-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarniv00l%2Fplatformio-run-action/lists"}