Add Frontend Support for Peer Debug Bundle Trigger and History #235
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: Codespell | |
| on: [pull_request] | |
| jobs: | |
| check: | |
| name: Check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: codespell | |
| uses: codespell-project/actions-codespell@v2 | |
| with: | |
| only_warn: 1 | |
| skip: package-lock.json,*.svg | |
| ignore_words_list: mappin, allTime |