Skip to content

chore(deps-dev): bump eslint-plugin-promise from 5.2.0 to 7.2.1 in /themes #689

chore(deps-dev): bump eslint-plugin-promise from 5.2.0 to 7.2.1 in /themes

chore(deps-dev): bump eslint-plugin-promise from 5.2.0 to 7.2.1 in /themes #689

Workflow file for this run

name: Danger
on:
pull_request_target:
concurrency:
group: danger-php-${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
check:
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 }}