This repository was archived by the owner on Jan 5, 2026. It is now read-only.
SFI Warnings and Code Cleanup. #2358
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: pr-style.yml | |
| on: | |
| pull_request: | |
| types: [opened, edited, synchronize] | |
| jobs: | |
| prStyle: | |
| name: pr-style | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: joshgummersall/pr-style@main | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| require_issue: "true" | |
| skip_authors: "dependabot" |