Skip to content

Commit

Permalink
modify to check only chap 9 codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssupecial committed Oct 12, 2024
1 parent 4b5fe37 commit e76db4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/airflow_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Flake8
run: pip install flake8
- name: Run Flake8
run: flake8
run: flake8 airflow/chap9
- name: Install Pylint
run: pip install pylint
- name: Run Pylint
Expand Down

0 comments on commit e76db4a

Please sign in to comment.