ci(next-drupal): run code formatting/linting on full monorepo (#701) #1112
This file contains 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: next-drupal-query | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [opened, synchronize, edited] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install modules | |
run: yarn | |
- name: Run tests | |
run: yarn workspace next-drupal-query test |