Skip to content

Update repositories.txt #6277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025
Merged

Update repositories.txt #6277

merged 1 commit into from
May 6, 2025

Conversation

ahagelberg
Copy link
Contributor

Added my new PropulsionStepper library that allows both absolute and continuous rotation of stepper motors with acceleration. No other library allows for both options with acceleration.

@github-actions github-actions bot added the topic: submission Add library to the list label May 6, 2025
Copy link
Contributor

github-actions bot commented May 6, 2025

Arduino Lint has suggestions for possible improvements to https://github.com/ahagelberg/PropulsionStepper:

Linting library in PropulsionStepper
WARNING: Invalid category field value Motor Control in library.properties                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP038)                                                                                          
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           

Linter results for project: 0 ERRORS, 2 WARNINGS

-------------------

Linting sketch in PropulsionStepper/examples/BasicUsage

Linter results for project: no errors or warnings

-------------------

Linting sketch in PropulsionStepper/examples/ContinuousRotation

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 2 WARNINGS

@github-actions github-actions bot merged commit d2ee7b4 into arduino:main May 6, 2025
11 checks passed
Copy link
Contributor

github-actions bot commented May 6, 2025

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/ahagelberg/PropulsionStepper/

github-actions bot pushed a commit that referenced this pull request May 6, 2025
@ahagelberg
Copy link
Contributor Author

@ArduinoBot Updated the category and license fields.

@per1234
Copy link
Contributor

per1234 commented May 8, 2025

Hello @ahagelberg. The automated system here only operates on open pull requests. Since your submission was already accepted and the pull request merged, the bot won't pay any more attention to this pull request.

The human maintainers of the repository do closely monitor the comments so that we can provide assistance or fix problems as needed. So please don't make unnecessary comments on the pull request threads.


If you found the checks that the bot performed on your library to be useful, you might consider setting up an automated check in your library repository for compliance with the Library Manager requirements. This could run on every commit and pull request to ensure such violations are caught immediately.

Arduino provides a GitHub Actions action that makes this very easy to do by adding a simple YAML file to the repository:

https://github.com/arduino/arduino-lint-action#readme

This action uses the same Arduino Lint tool as the Library Manager system.

It is in use in all the official Arduino library repositories (example).


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: submission Add library to the list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants