Skip to content

feat: Added clear and destroy function for all kind of storages #70

feat: Added clear and destroy function for all kind of storages

feat: Added clear and destroy function for all kind of storages #70

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: shyim/danger-php@0.2.13
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}