From 49a8e16130968d17946ce45c9061309658720513 Mon Sep 17 00:00:00 2001 From: "ERDC\\RDITLSCW" Date: Wed, 8 Jan 2025 20:09:24 -0600 Subject: [PATCH] updated format to run after flake8 --- .github/workflows/lint_and_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_format.yml b/.github/workflows/lint_and_format.yml index dc1ac47..6544090 100644 --- a/.github/workflows/lint_and_format.yml +++ b/.github/workflows/lint_and_format.yml @@ -22,7 +22,7 @@ jobs: ignore: "E203" max-line-length: "120" format: - # needs: lint + needs: lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4