Skip to content
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

Feat: add GitHub actions #8

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pearguacamole
Copy link

Closes #6

Pull Request Description

  • Feature Addition:

    • Implemented a GitHub Actions workflow that automatically runs .ci/test.sh, .ci/lint-plugin.sh and .ci/lint-shell.shafter every commit, ensuring consistent testing and feedback.
  • Fix for Exit Codes:

    • Updated the .ci/ scripts to ensure they return the correct exit codes, allowing for proper signaling of success or failure in the CI pipeline.

Issue Addressed

This PR resolves the issue Add GitHub Actions for the project by implementing a CI workflow that runs all necessary scripts located in the .ci/ folder and ensures they pass on every commit.

For more details on how to utilize GitHub Actions, please refer to the GitHub Actions Documentation.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add GitHub actions
1 participant