GitHub Actions and Drupal
GitHub Actions is a continuous integration (CI) and continuous delivery (CD) platform. In this article, we are exploring how to use it to run a coding standards check on a custom Drupal module.
GitHub Actions is a continuous integration (CI) and continuous delivery (CD) platform. In this article, we are exploring how to use it to run a coding standards check on a custom Drupal module.
I believe there's no need to say anything about Elasticsearch. It's a well-known search engine developed in Java that provides full-text search. If you need an Elasticsearch instance for your project and you don't want to manually install it or pay for a managed service, then read on.