Skip to content

Commit

Permalink
update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jhilgart committed Apr 8, 2024
1 parent 1d71e98 commit ca63772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
- name: Run mypy
run: |
cd semantic_model_generator && make run_mypy
make run_mypy
- name: Check with black
run: |
cd semantic_model_generator && make check_black
make check_black
- name: Check with isort
run: |
cd semantic_model_generator && make check_isort
make check_isort
- name: Run flake8
run: |
cd semantic_model_generator && make run_flake8
make run_flake8

0 comments on commit ca63772

Please sign in to comment.