Add localgov_utilities module that includes character counting for titles and summary fields #581
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test localgovdrupal/localgov drupal-profile | |
on: | |
push: | |
branches: | |
- '3.x' | |
pull_request: | |
branches: | |
- '3.x' | |
workflow_dispatch: | |
jobs: | |
tests: | |
uses: localgovdrupal/localgov_shared_workflows/.github/workflows/test-module.yml@1.x-d10 | |
with: | |
project: 'localgovdrupal/localgov' | |
project_path: 'web/profiles/contrib/localgov' |