Skip to content

5.3 | CI pipeline

zalan-racz-gaijin edited this page Jun 13, 2024 · 5 revisions

The project uses GitHub Actions for the CI pipeline.

CI pipeline

The CI pipeline is defined in the .github/workflows/build.yml file, and it runs when someone creates (or updates) a Pull Request. The pipeline builds the language server. It also runs static analysis tools and checks if the code is correctly formatted. At the moment, the project doesn't contain any tests. Note, that a Pull Request is only mergeable if this pipeline runs successfully.

Useful resources

Clone this wiki locally