Skip to content

NEXT-0000 - POC php attributes for entities #2362

NEXT-0000 - POC php attributes for entities

NEXT-0000 - POC php attributes for entities #2362

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 }}