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

Add CI pipeline to check for build errors #228

Merged
merged 2 commits into from
Mar 22, 2024
Merged

Conversation

mmerklinger
Copy link
Collaborator

@mmerklinger mmerklinger commented Mar 11, 2024

This PR introduces a CI pipeline with two checks.

  1. Checks a full build of the documentation for warnings and errors during build.
  2. Checks the syntax with the rstcheck tool.

The first check should from now on be mandatory to pass. The second gives and indicator if a merge introduces other problems and helps with future improvements. As it currently fails it has continue-on-error set.

@mmerklinger mmerklinger self-assigned this Mar 11, 2024
@mmerklinger mmerklinger mentioned this pull request Mar 22, 2024
@mmerklinger mmerklinger marked this pull request as ready for review March 22, 2024 11:19
@mmerklinger mmerklinger force-pushed the ci-build-error-check branch from a0f7422 to 1bd5cc1 Compare March 22, 2024 11:38
@mmerklinger mmerklinger requested a review from daringer March 22, 2024 11:51
@mmerklinger mmerklinger merged commit 29f8069 into master Mar 22, 2024
2 of 4 checks passed
@mmerklinger mmerklinger deleted the ci-build-error-check branch March 22, 2024 12:06
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