Skip to content

Commit

Permalink
ci: run Python lint specific on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Jun 27, 2024
1 parent 2b53618 commit 465b9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: make install

- name: Lint
run: make lint
run: make python_lint

- name: Test
run: make test

0 comments on commit 465b9bb

Please sign in to comment.