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(ci): add workflow to verify markdown guides #8

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

esolitos
Copy link
Contributor

@esolitos esolitos commented Aug 14, 2024

What

Adds a new reusable GitHub Actions workflow to verify the markdown guides.

The workflow expects a test configuration file and a test script to be present in the test directory. It sets up the required dependencies, installs the Vespa CLI, and runs the tests based on the provided configuration or a specific file.

Why

The same workflow is in use on multiple repositories, so we might as well reuse the same:

Additional Info

This PR is a dependency of: vespa-engine/sample-apps#1442


I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

Adds a new GitHub Actions workflow to verify the markdown guides in the
repository. The workflow expects a test configuration file and a test
script to be present in the `test` directory. It sets up the required
dependencies, installs the Vespa CLI, and runs the tests based on the
provided configuration or a specific file.
@esolitos esolitos self-assigned this Aug 15, 2024
@esolitos esolitos marked this pull request as ready for review August 21, 2024 07:43
@esolitos esolitos merged commit 9e19a6f into main Aug 21, 2024
2 checks passed
@esolitos esolitos deleted the verify-markdown-guides branch August 21, 2024 07:50
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.

2 participants