Feature: Handle symbol-to-proc wrappers (&:) that refer to a method created using delegation or method missing
#26
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Danger | |
| on: | |
| pull_request: | |
| types: [opened, reopened, edited, synchronize] | |
| jobs: | |
| danger: | |
| uses: numbata/danger-pr-comment/.github/workflows/danger-run.yml@v0.1.0 | |
| secrets: inherit | |
| with: | |
| ruby-version: '3.4' | |
| bundler-cache: true |