{"id":18701974,"url":"https://github.com/legion2/arduino-builder-action","last_synced_at":"2026-03-11T00:42:42.010Z","repository":{"id":65158121,"uuid":"169454592","full_name":"Legion2/arduino-builder-action","owner":"Legion2","description":"Github Action to run arduino-builder for sketches and see if they compile","archived":false,"fork":false,"pushed_at":"2020-03-31T10:06:43.000Z","size":11,"stargazers_count":36,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-16T15:58:02.230Z","etag":null,"topics":["arduino-builder","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Legion2.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}},"created_at":"2019-02-06T18:26:03.000Z","updated_at":"2025-04-13T15:30:24.000Z","dependencies_parsed_at":"2023-01-05T04:49:25.263Z","dependency_job_id":null,"html_url":"https://github.com/Legion2/arduino-builder-action","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"9c19ccf1319dd72438dec723a1acd6a75d9938da"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Legion2/arduino-builder-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Legion2%2Farduino-builder-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Legion2%2Farduino-builder-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Legion2%2Farduino-builder-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Legion2%2Farduino-builder-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Legion2","download_url":"https://codeload.github.com/Legion2/arduino-builder-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Legion2%2Farduino-builder-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270005591,"owners_count":24510939,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["arduino-builder","github-actions"],"created_at":"2024-11-07T11:43:08.619Z","updated_at":"2026-03-11T00:42:41.979Z","avatar_url":"https://github.com/Legion2.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"**DEPRECATION WARNING**: Arduino Builder is being phased out in favor of [Arduino CLI](https://github.com/arduino/arduino-cli), I recommend using [Test compile for Arduino](https://github.com/marketplace/actions/test-compile-for-arduino) by ArminJo.\n\nRead [my blog post](https://legion2.github.io/2020/03/27/from-arduino-builder-to-arduino-cli.html) on how to use Arduino CLI in GitHub Actions and how to migrate from this Action to Arduino CLI.\n\n# Run arduino-builder\nGithub Action to run arduino-builder for sketches and see if they compile.\nUsed Arduino IDE version is `1.8.3`.\n\n## Usage\nSee [action.yml](action.yml) for comprehensive list of parameters.\n\nBasic:\n```yaml\nname: Build examples\non: push\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v1\n    - name: Build all example sketches\n      uses: Legion2/arduino-builder-action@v2.0.0\n      with:\n        board: \"arduino:avr:leonardo\"\n```\n\n### Arguments\nSpecified arguments override any input parameters passed to arduino-builder, with the exception of the sketch input parameter.\nOnly use arguments if the input parameters don't provide the feature you need.\nSee the the [action.yml](action.yml) for comprehensive list of input parameters.\n\n### Install Libraries\nLibraries SHOULD be installed by a previous step in the job in `libraries/`.\nYou can use [Download GitHub Release Action](https://github.com/marketplace/actions/download-github-release) to install a library form a GitHub Release.\n\n## License\nThe Dockerfile and associated scripts and documentation in this project are released under the [Apache-2.0 License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegion2%2Farduino-builder-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegion2%2Farduino-builder-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegion2%2Farduino-builder-action/lists"}