chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates #116
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: SPARDA behavior review | |
| on: pull_request | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| review: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: { fetch-depth: 0 } | |
| - uses: zyx77550/sparda@main | |
| with: | |
| mode: review # comment-only by default — never blocks a merge | |
| # fail-on-severity: high # uncomment to also gate the check |