Skip to content

Prevent gitignored files from being synced #975

Prevent gitignored files from being synced

Prevent gitignored files from being synced #975

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