When searching, build the path objects asynchronously while returning the results #20958
Workflow file for this run
This file contains 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: PRCop | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- edited | |
- synchronize | |
- ready_for_review | |
- review_requested | |
- review_request_removed | |
pull_request_review_comment: | |
types: | |
- created | |
jobs: | |
prcop: | |
runs-on: ubuntu-latest | |
name: Template Check | |
steps: | |
- name: Linting Pull Request | |
uses: makaroni4/[email protected] | |
with: | |
config-file: '.github/workflows/prcop-config.json' | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |