Skip to content

Commit

Permalink
changed dag to dags
Browse files Browse the repository at this point in the history
  • Loading branch information
pchachicho committed Jun 14, 2024
1 parent 7f37f91 commit e696854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e696854

Please sign in to comment.