Skip to content

[FileCache#Find] N to 1 calls for file matching #488

[FileCache#Find] N to 1 calls for file matching

[FileCache#Find] N to 1 calls for file matching #488

Workflow file for this run

---
name: danger
on: pull_request
jobs:
danger:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: danger/[email protected]
with:
args: "--verbose --text-only -f"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}