ATOMIC commit that fixes a bug in the docs action event name (#738) #404
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: Spell Check | |
| on: [push, workflow_dispatch] | |
| jobs: | |
| run: | |
| name: Spell Check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Spell Check | |
| run: ./mfc.sh spelling |