Skip to content

NEXT-35455 - fix dropdown account menu still showing if the offcanvas… #2364

NEXT-35455 - fix dropdown account menu still showing if the offcanvas…

NEXT-35455 - fix dropdown account menu still showing if the offcanvas… #2364

Workflow file for this run

name: Danger
on:
pull_request_target:
jobs:
pr:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
- name: Danger
uses: docker://ghcr.io/shyim/danger-php:latest
with:
args: ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}