This repository was archived by the owner on Sep 10, 2025. It is now read-only.
docs: update LFX Mentorship Program with 2025 term 3 (#8543) #2
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: spellcheck-woke | |
| on: | |
| push: | |
| workflow_dispatch: | |
| permissions: read-all | |
| jobs: | |
| # Check code for non-inclusive language | |
| woke: | |
| name: Run woke | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 | |
| - name: woke | |
| uses: get-woke/woke-action@b2ec032c4a2c912142b38a6a453ad62017813ed0 # v0 | |
| with: | |
| # Cause the check to fail on any broke rules | |
| fail-on-error: true | |
| # Enforce en-us spell check | |
| spellcheck: | |
| name: Run spellcheck | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 | |
| - name: Spellcheck | |
| uses: rojopolis/spellcheck-github-actions@35a02bae020e6999c5c37fabaf447f2eb8822ca7 # 0.51.0 |