diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index a99e2560e..accdc9628 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -9,6 +9,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - + + - name: MFC Python Setup + run: ./mfc.sh init + - name: Spell Check run: ./mfc.sh spelling