Cleanliness CI Fix Error & Now Can't error outside of build (#691) #366
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: 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 |