From e696854fd71cd06a44d1cf721379364f325be59a Mon Sep 17 00:00:00 2001 From: Patrick Hachicho Date: Thu, 13 Jun 2024 21:54:59 -0400 Subject: [PATCH] changed dag to dags --- .github/workflows/code-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index a2e5302..d79d0f7 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -61,7 +61,7 @@ jobs: - name: Lint with flake8 run: | pip install flake8 - flake8 --ignore=E,W dag + flake8 --ignore=E,W dags # We continue on error here until the code is clean # flake8 --ignore=E,W --exit-zero . continue-on-error: true