GitHub Action for setting up Drupal for testing
I have written my first GitHub Action — bluehorndigital/setup-drupal. In my phpstan-drupal and drupal-check projects I have various GitHub Actions workflows that build a Drupal project via Composer.
There are actually a few quirks with changes in Drupal 9, so I made an action to simplify…