From d3a852dbe33f487e1b79fb2b0ff42d7f47c325a1 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Sun, 15 Dec 2024 10:36:45 -0500 Subject: [PATCH] Update spelling.yml (#757) --- .github/workflows/spelling.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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