{"id":16218926,"url":"https://github.com/arminjo/github-actions","last_synced_at":"2026-04-08T18:31:28.376Z","repository":{"id":93079036,"uuid":"243817842","full_name":"ArminJo/Github-Actions","owner":"ArminJo","description":"Github actions script for testing build of Arduino libraries with arduino-test-compile","archived":false,"fork":false,"pushed_at":"2026-02-01T23:20:17.000Z","size":950,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-02T08:55:57.963Z","etag":null,"topics":["actions","arduino","continuous-integration","github","github-actions","github-workflow","test-automation","testing","workflow","yml"],"latest_commit_sha":null,"homepage":"","language":"C++","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/ArminJo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-28T17:26:10.000Z","updated_at":"2026-02-01T23:20:20.000Z","dependencies_parsed_at":"2024-05-30T01:23:52.088Z","dependency_job_id":"f279c159-c6e1-4ea5-b322-06c0c44cf968","html_url":"https://github.com/ArminJo/Github-Actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArminJo/Github-Actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArminJo%2FGithub-Actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArminJo%2FGithub-Actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArminJo%2FGithub-Actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArminJo%2FGithub-Actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArminJo","download_url":"https://codeload.github.com/ArminJo/Github-Actions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArminJo%2FGithub-Actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["actions","arduino","continuous-integration","github","github-actions","github-workflow","test-automation","testing","workflow","yml"],"created_at":"2024-10-10T11:51:32.257Z","updated_at":"2026-04-08T18:31:28.360Z","avatar_url":"https://github.com/ArminJo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align = center\u003e\n\n# Github workflow test script for development and testing the [arduino-test-compile action](https://github.com/ArminJo/arduino-test-compile) and [bash script](https://github.com/ArminJo/arduino-test-compile/arduino-test-compile.sh).\n\n## The arduino-test-compile action is available as an [action in the GitHub Marketplace](https://github.com/marketplace/actions/test-compile-for-arduino).\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://spdx.org/licenses/MIT.html)\n[![LibraryBuildWithAction Build Status](https://github.com/ArminJo/Github-Actions/workflows/LibraryBuildWithAction/badge.svg)](https://github.com/ArminJo/Github-Actions/actions)\n[![LibraryBuildWithScript Build Status](https://github.com/ArminJo/Github-Actions/workflows/LibraryBuildWithScript/badge.svg)](https://github.com/ArminJo/Github-Actions/actions)\n[![LibraryBuildWithSteps Build Status](https://github.com/ArminJo/Github-Actions/workflows/LibraryBuildWithSteps/badge.svg)](https://github.com/ArminJo/Github-Actions/actions)\n[![test Build Status](https://github.com/ArminJo/Github-Actions/workflows/test/badge.svg)](https://github.com/ArminJo/Github-Actions/actions)\n\n\u003c/div\u003e\n\nThe [arduino-test-compile action](https://github.com/marketplace/actions/test-compile-for-arduino) and script compiles all examples of an Arduino library or just multiple sketches from a repo for different boards with different compile switches.\u003cbr/\u003e\n\nThis repo contains multiple [sample scripts](https://github.com/ArminJo/Github-Actions/tree/master/.github/workflows).\n- [LibraryBuildWithSteps.yml](https://raw.githubusercontent.com/ArminJo/Github-Actions/master/.github/workflows/LibraryBuildWithSteps.yml) to compile the examples included.\n- [LibraryBuildWithAction.yml](https://raw.githubusercontent.com/ArminJo/Github-Actions/master/.github/workflows/LibraryBuildWithAction.yml) uses the [ArminJo/arduino-test-compile@master](https://github.com/ArminJo/arduino-test-compile) action instead.\n- [LibraryBuildWithScript](https://raw.githubusercontent.com/ArminJo/Github-Actions/master/.github/workflows/LibraryBuildWithScript) uses the [arduino-test-compile.sh](https://github.com/ArminJo/arduino-test-compile/blob/master/arduino-test-compile.sh) bash script instead.\n- [test.yml](https://github.com/ArminJo/Github-Actions/master/.github/workflows/test.yml) for internal testing the script.\n\n# GitHub client integration\nTo enable my smartgit client to commit to the `.github/workflow` directory without errors, I had to create a new [**Personal access token**](https://github.com/settings/tokens) with repo and **workflow rights** and import it in my client. See also [GitHub documentation for personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line).\n\n# List of my GitHub workflows for Arduino libraries\n## Libraries\n| Name | Stars | Build Status | Release date | Commits since latest | # of build variants |\n|-|-|-|-|-|-|\n| [Arduino-BlueDisplay](https://github.com/ArminJo/Arduino-BlueDisplay) | ![Stars](https://img.shields.io/github/stars/ArminJo/Arduino-BlueDisplay?style=plastic) | [![Build Status](https://github.com/ArminJo/Arduino-BlueDisplay/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/Arduino-BlueDisplay/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/Arduino-BlueDisplay) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/Arduino-BlueDisplay/latest)](https://github.com/ArminJo/Arduino-BlueDisplay/commits/master) | 9 |\n| [Arduino-FrequencyDetector](https://github.com/ArminJo/Arduino-FrequencyDetector) | ![Stars](https://img.shields.io/github/stars/ArminJo/Arduino-FrequencyDetector?style=plastic) | [![Build Status](https://github.com/ArminJo/Arduino-FrequencyDetector/workflows/LibraryBuildWithAction/badge.svg)](https://github.com/ArminJo/Arduino-FrequencyDetector/actions)\u003cbr/\u003e[![Build Status](https://github.com/ArminJo/Arduino-FrequencyDetector/workflows/LibraryBuildWithScript/badge.svg)](https://github.com/ArminJo/Arduino-FrequencyDetector/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/Arduino-FrequencyDetector) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/Arduino-FrequencyDetector/latest)](https://github.com/ArminJo/Arduino-FrequencyDetector/commits/master) | 3 |\n| [Arduino-Lessons-for-School](https://github.com/ArminJo/Arduino-Lessons-for-School) | ![Stars](https://img.shields.io/github/stars/ArminJo/Arduino-Lessons-for-School?style=plastic) | [![Build Status](https://github.com/ArminJo/Arduino-Lessons-for-School/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/Arduino-Lessons-for-School/actions) | | |\n| [Arduino-Utils](https://github.com/ArminJo/Arduino-Utils) | ![Stars](https://img.shields.io/github/stars/ArminJo/Arduino-Utils?style=plastic) | [![Build Status](https://github.com/ArminJo/Arduino-Utils/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/Arduino-Utils/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/Arduino-Utils) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/Arduino-Utils/latest)](https://github.com/ArminJo/Arduino-Utils/commits/master) | 2 |\n| [ATtinySerialOut](https://github.com/ArminJo/ATtinySerialOut) | ![Stars](https://img.shields.io/github/stars/ArminJo/ATtinySerialOut?style=plastic) | [![Build Status](https://github.com/ArminJo/ATtinySerialOut/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/ATtinySerialOut/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/ATtinySerialOut) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/ATtinySerialOut/latest)](https://github.com/ArminJo/ATtinySerialOut/commits/master) | 5 |\n| [AVR Tracing](https://github.com/ArminJo/AvrTracing) | ![Stars](https://img.shields.io/github/stars/ArminJo/AvrTracing?style=plastic) | [![Build Status](https://github.com/ArminJo/AvrTracing/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/AvrTracing/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/AvrTracing) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/AvrTracing/latest)](https://github.com/ArminJo/AvrTracing/commits/master) | 1 |\n| [Digistump](https://github.com/ArminJo/DigistumpArduino) | ![Stars](https://img.shields.io/github/stars/ArminJo/DigistumpArduino?style=plastic) | [![TestCompile](https://github.com/ArminJo/DigistumpArduino/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/DigistumpArduino/actions)\u003cbr/\u003e[![TestRelease](https://github.com/ArminJo/DigistumpArduino/workflows/TestRelease/badge.svg)](https://github.com/ArminJo/DigistumpArduino/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/DigistumpArduino) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/DigistumpArduino/latest)](https://github.com/ArminJo/DigistumpArduino/commits/master) | 2 |\n| [EasyButtonAtInt01](https://github.com/ArminJo/EasyButtonAtInt01) | ![Stars](https://img.shields.io/github/stars/ArminJo/EasyButtonAtInt01?style=plastic) | [![Build Status](https://github.com/ArminJo/EasyButtonAtInt01/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/EasyButtonAtInt01/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/EasyButtonAtInt01) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/EasyButtonAtInt01/latest)](https://github.com/ArminJo/EasyButtonAtInt01/commits/master) | 6 |\n| [LightweightServo](https://github.com/ArminJo/LightweightServo) | ![Stars](https://img.shields.io/github/stars/ArminJo/LightweightServo?style=plastic) | [![Build Status](https://github.com/ArminJo/LightweightServo/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/LightweightServo/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/LightweightServo) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/LightweightServo/latest)](https://github.com/ArminJo/LightweightServo/commits/master) | 0 |\n| [LCDBigNumbers](https://github.com/ArminJo/LCDBigNumbers) | ![Stars](https://img.shields.io/github/stars/ArminJo/LCDBigNumbers?style=plastic) | [![Build Status](https://github.com/ArminJo/LCDBigNumbers/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/LCDBigNumbers/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/LCDBigNumbers) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/LCDBigNumbers/latest)](https://github.com/ArminJo/LCDBigNumbers/commits/master) | 0 |\n| [NeoPatterns](https://github.com/ArminJo/NeoPatterns) | ![Stars](https://img.shields.io/github/stars/ArminJo/NeoPatterns?style=plastic) | [![Build Status](https://github.com/ArminJo/NeoPatterns/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/NeoPatterns/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/NeoPatterns) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/NeoPatterns/latest)](https://github.com/ArminJo/NeoPatterns/commits/master) | 6 |\n| [PlayRtttl](https://github.com/ArminJo/PlayRtttl) | ![Stars](https://img.shields.io/github/stars/ArminJo/PlayRtttl?style=plastic) | [![Build Status](https://github.com/ArminJo/PlayRtttl/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/PlayRtttl/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/PlayRtttl) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/PlayRtttl/latest)](https://github.com/ArminJo/PlayRtttl/commits/master) | 8 |\n| [PWMMotorControl](https://github.com/ArminJo/PWMMotorControl) | ![Stars](https://img.shields.io/github/stars/ArminJo/PWMMotorControl?style=plastic) | [![Build Status](https://github.com/ArminJo/PWMMotorControl/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/PWMMotorControl/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/PWMMotorControl) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/PWMMotorControl/latest)](https://github.com/ArminJo/PWMMotorControl/commits/master) | 2 |\n| [QuadrupedControl](https://github.com/ArminJo/QuadrupedControl) | ![Stars](https://img.shields.io/github/stars/ArminJo/QuadrupedControl?style=plastic) | [![Build Status](https://github.com/ArminJo/QuadrupedControl/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/QuadrupedControl/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/QuadrupedControl) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/QuadrupedControl/latest)](https://github.com/ArminJo/QuadrupedControl/commits/master) | 2 |\n| [ServoEasing](https://github.com/ArminJo/ServoEasing) | ![Stars](https://img.shields.io/github/stars/ArminJo/ServoEasing?style=plastic) | [![Build Status](https://github.com/ArminJo/ServoEasing/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/ServoEasing/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/ServoEasing) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/ServoEasing/latest)](https://github.com/ArminJo/ServoEasing/commits/master) | 12 |\n| [Talkie](https://github.com/ArminJo/Talkie) | ![Stars](https://img.shields.io/github/stars/ArminJo/Talkie?style=plastic) | [![Build Status](https://github.com/ArminJo/Talkie/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/Talkie/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/Talkie) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/Talkie/latest)](https://github.com/ArminJo/Talkie/commits/master) | 8 |\n\n\n## Maintaining\n| Name | Stars | Build Status | Release date | Commits since latest | # of build variants |\n|-|-|-|-|-|-|\n| [DigitalWritefast](https://github.com/ArminJo/DigitalWritefast) | ![Stars](https://img.shields.io/github/stars/ArminJo/DigitalWritefast?style=plastic) | [![Build Status](https://github.com/ArminJo/DigitalWritefast/workflows/LibraryBuild/badge.svg)](https://github.com/ArminJo/DigitalWritefast/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/DigitalWritefast) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/DigitalWritefast/latest)](https://github.com/ArminJo/DigitalWritefast/commits/master) | 6 |\n| [IRMP](https://github.com/IRMP-org/IRMP) | ![Stars](https://img.shields.io/github/stars/IRMP-org/IRMP?style=plastic) | [![Build Status](https://github.com/IRMP-org/IRMP/workflows/LibraryBuild/badge.svg)](https://github.com/IRMP-org/IRMP/actions) | ![Release date](https://img.shields.io/github/release-date/IRMP-org/IRMP) | [![Commits since latest](https://img.shields.io/github/commits-since/IRMP-org/IRMP/latest)](https://github.com/IRMP-org/IRMP/commits/master) | 17 |\n| [IRremote](https://github.com/Arduino-IRremote/Arduino-IRremote) | ![Stars](https://img.shields.io/github/stars/Arduino-IRremote/Arduino-IRremote?style=plastic) | [![LibraryBuild](https://github.com/Arduino-IRremote/Arduino-IRremote/workflows/LibraryBuild/badge.svg)](https://github.com/Arduino-IRremote/Arduino-IRremote/actions) |  ![Release date](https://img.shields.io/github/release-date/Arduino-IRremote/Arduino-IRremote) | [![Commits since latest](https://img.shields.io/github/commits-since/Arduino-IRremote/Arduino-IRremote/latest)](https://github.com/Arduino-IRremote/Arduino-IRremote/commits/master) | 26 |\n\n\n## Sketches\n| Name | Stars | Build Status | Release date | Commits since latest | # of build variants |\n|-|-|-|-|-|-|\n| [Arduino-DTSU666H_PowerMeter](https://github.com/ArminJo/Arduino-DTSU666H_PowerMeter) | ![Stars](https://img.shields.io/github/stars/ArminJo/Arduino-DTSU666H_PowerMeter?style=plastic) | [![Build Status](https://github.com/ArminJo/Arduino-DTSU666H_PowerMeter/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/Arduino-DTSU666H_PowerMeter/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/Arduino-DTSU666H_PowerMeter) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/Arduino-DTSU666H_PowerMeter/latest)](https://github.com/ArminJo/Arduino-DTSU666H_PowerMeter/commits/master) | 2 |\n| [Arduino-OpenWindowAlarm](https://github.com/ArminJo/Arduino-OpenWindowAlarm) | ![Stars](https://img.shields.io/github/stars/ArminJo/Arduino-OpenWindowAlarm?style=plastic) | [![Build Status](https://github.com/ArminJo/Arduino-OpenWindowAlarm/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/Arduino-OpenWindowAlarm/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/Arduino-OpenWindowAlarm) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/Arduino-OpenWindowAlarm/latest)](https://github.com/ArminJo/Arduino-OpenWindowAlarm/commits/master) | 2 |\n| [Arduino-Simple-DSO](https://github.com/ArminJo/Arduino-Simple-DSO) | ![Stars](https://img.shields.io/github/stars/ArminJo/Arduino-Simple-DSO?style=plastic) | [![Build Status](https://github.com/ArminJo/Arduino-Simple-DSO/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/Arduino-Simple-DSO/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/Arduino-Simple-DSO) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/Arduino-Simple-DSO/latest)](https://github.com/ArminJo/Arduino-Simple-DSO/commits/master) | 1 |\n| [FrequencyCounter](https://github.com/ArminJo/iButtonProgrammer) | ![Stars](https://img.shields.io/github/stars/ArminJo/FrequencyCounter?style=plastic) | [![Build Status](https://github.com/ArminJo/FrequencyCounter/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/FrequencyCounter/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/FrequencyCounter) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/FrequencyCounter/latest)](https://github.com/ArminJo/FrequencyCounter/commits/master) | 1 |\n| [iButtonProgrammer](https://github.com/ArminJo/iButtonProgrammer) | ![Stars](https://img.shields.io/github/stars/ArminJo/iButtonProgrammer?style=plastic) | [![Build Status](https://github.com/ArminJo/iButtonProgrammer/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/iButtonProgrammer/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/iButtonProgrammer) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/iButtonProgrammer/latest)](https://github.com/ArminJo/iButtonProgrammer/commits/master) | 1 |\n| [JK-BMSToPylontechCAN](https://github.com/ArminJo/JK-BMSToPylontechCAN) | ![Stars](https://img.shields.io/github/stars/ArminJo/JK-BMSToPylontechCAN?style=plastic) | [![Build Status](https://github.com/ArminJo/JK-BMSToPylontechCAN/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/JK-BMSToPylontechCAN/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/JK-BMSToPylontechCAN) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/JK-BMSToPylontechCAN/latest)](https://github.com/ArminJo/JK-BMSToPylontechCAN/commits/master) | 3 |\n| [OpenledRace](https://github.com/ArminJo/OpenledRace) | ![Stars](https://img.shields.io/github/stars/ArminJo/OpenledRace?style=plastic) | [![Build Status](https://github.com/ArminJo/OpenledRace/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/OpenledRace/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/OpenledRace) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/OpenledRace/latest)](https://github.com/ArminJo/OpenledRace/commits/master) | 1 |\n| [RobotCar](https://github.com/ArminJo/Arduino-RobotCar) | ![Stars](https://img.shields.io/github/stars/ArminJo/Arduino-RobotCar?style=plastic) | [![Build Status](https://github.com/ArminJo/Arduino-RobotCar/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/Arduino-RobotCar/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/Arduino-RobotCar) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/Arduino-RobotCar/latest)](https://github.com/ArminJo/Arduino-RobotCar/commits/master) | 4 |\n| [SBM-Info](https://github.com/ArminJo/Smart-Battery-Module-Info_For_Arduino) | ![Stars](https://img.shields.io/github/stars/ArminJo/Smart-Battery-Module-Info_For_Arduino?style=plastic) | [![Build Status](https://github.com/ArminJo/Smart-Battery-Module-Info_For_Arduino/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/Smart-Battery-Module-Info_For_Arduino/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/Smart-Battery-Module-Info_For_Arduino) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/Smart-Battery-Module-Info_For_Arduino/latest)](https://github.com/ArminJo/Smart-Battery-Module-Info_For_Arduino/commits/master) | 1 |\n| [SimpleTouchScreenDSO](https://github.com/ArminJo/SimpleTouchScreenDSO) | ![Stars](https://img.shields.io/github/stars/ArminJo/SimpleTouchScreenDSO?style=plastic) | [![Build Status](https://github.com/ArminJo/SimpleTouchScreenDSO/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/SimpleTouchScreenDSO/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/SimpleTouchScreenDSO) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/SimpleTouchScreenDSO/latest)](https://github.com/ArminJo/SimpleTouchScreenDSO/commits/master) | 1 |\n| [UltimateBatteryTester](https://github.com/ArminJo/Ultimate-Battery-Tester) | ![Stars](https://img.shields.io/github/stars/ArminJo/Ultimate-Battery-Tester?style=plastic) | [![Build Status](https://github.com/ArminJo/Ultimate-Battery-Tester/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/Ultimate-Battery-Tester/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/Ultimate-Battery-Tester) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/Ultimate-Battery-Tester/latest)](https://github.com/ArminJo/Ultimate-Battery-Tester/commits/master) | 3 |\n| [ESP32-Cam-Sewer-inspection-car](https://github.com/ArminJo/ESP32-Cam-Sewer-inspection-car) | ![Stars](https://img.shields.io/github/stars/ArminJo/ESP32-Cam-Sewer-inspection-car?style=plastic) |  [![Build Status](https://github.com/ArminJo/ESP32-Cam-Sewer-inspection-car/workflows/TestCompile/badge.svg)](https://github.com/ArminJo/ESP32-Cam-Sewer-inspection-car/actions) | ![Release date](https://img.shields.io/github/release-date/ArminJo/ESP32-Cam-Sewer-inspection-car) | [![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/ESP32-Cam-Sewer-inspection-car/latest)](https://github.com/ArminJo/ESP32-Cam-Sewer-inspection-car/commits/master) | 1 |\n\n# QR codes for the repos above\n![QR codes](pictures/All-QR-Codes.png)\n\n\u003cbr/\u003e\u003cbr/\u003eHere the background story, why this action / repository was created:\n\nFrom Thursday 27.2.2020 21:00 CET out of the blue my Travis-CI account suddenly showed me **\"build has errored\" on every new commit**.\nIn the log file I could see *\"Timeout waiting for network availability\"*  the username was [redacted].\nWith this account, however, I could see my old builds, which could all be restarted successfully.\u003cbr/\u003e\nAfter my support request the same evening, I only got a query, but despite answering, nothing happened.\nThe next day, after further inquiries (10:00 am + 1:00 pm), someone from America answered at 2:30 pm (8:30 am EST) with **\"we are sorry about the hassle\"**.\nFine!\u003cbr/\u003e\nBut in the support email it said: *\"I think you have made some changes to GitHub handle for the account [redacted]? ... Could you please confirm that you have made changes to account name?\"*\nAfter my answer *\"I am sorry but I NEVER made any changes to my account. Not on Github nor at travis!!!\"* **nothing happened**.\u003cbr/\u003e\nIt seems that, if you don't pay money, you have to live with the fact that your account can be lost (forever?) :-(\u003cbr/\u003e\nSo I invested 2 days to switch the CI to **GitHub Actions** and found that GitHub Actions run about **5 times faster** and of course are better integrated.\n\nUntil now (10.3.2020) we had a lot of mail communication, but they were not able to fix the errors :-(.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farminjo%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farminjo%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farminjo%2Fgithub-actions/lists"}